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 e8c214f commit a5b4a30Copy full SHA for a5b4a30
1 file changed
docker/musl
@@ -1,5 +1,5 @@
1
ARG ARCH='amd64'
2
-FROM multiarch/alpine:${ARCH}-v{ALPINE_VERSION}
+FROM multiarch/alpine:${ARCH}-v${ALPINE_VERSION}
3
RUN apk add --no-cache bash build-base cmake
4
5
WORKDIR /nativebinaries
0 commit comments