Skip to content

Commit 7375410

Browse files
authored
Merge pull request #169 from jenkins-infra/dependabot/docker/alpine-3.19.1
chore(deps): bump alpine from 3.19.0 to 3.19.1
2 parents 05827ab + d891ee3 commit 7375410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -L -o /tmp/jv-${TARGETOS}-${TARGETARCH}.tar.gz https://github.com/jenki
99
tar -xvzf /tmp/jv-${TARGETOS}-${TARGETARCH}.tar.gz -C /tmp && \
1010
chmod a+x /tmp/jv
1111

12-
FROM --platform=${BUILDPLATFORM} alpine:3.19.0
12+
FROM --platform=${BUILDPLATFORM} alpine:3.19.1
1313
LABEL maintainer="Gareth Evans <[email protected]>"
1414

1515
COPY --from=build-stage0 /tmp/jv /usr/bin/jv

0 commit comments

Comments
 (0)