We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef917fa commit 39ec81bCopy full SHA for 39ec81b
Makefile
@@ -15,6 +15,6 @@ DEFAULT_IMAGE_ARCH = x86_64
15
## Image tools (https://github.com/scaleway/image-tools)
16
all: docker-rules.mk
17
docker-rules.mk:
18
- wget -qO - http://j.mp/scw-builder | bash
+ wget -qO - https://j.mp/scw-builder | bash
19
-include docker-rules.mk
20
## Below you can add custom makefile commands and overrides
0 commit comments