We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05827ab + d891ee3 commit 7375410Copy full SHA for 7375410
Dockerfile
@@ -9,7 +9,7 @@ RUN curl -L -o /tmp/jv-${TARGETOS}-${TARGETARCH}.tar.gz https://github.com/jenki
9
tar -xvzf /tmp/jv-${TARGETOS}-${TARGETARCH}.tar.gz -C /tmp && \
10
chmod a+x /tmp/jv
11
12
-FROM --platform=${BUILDPLATFORM} alpine:3.19.0
+FROM --platform=${BUILDPLATFORM} alpine:3.19.1
13
LABEL maintainer="Gareth Evans <[email protected]>"
14
15
COPY --from=build-stage0 /tmp/jv /usr/bin/jv
0 commit comments