Skip to content

Commit

Permalink
Merge pull request #106 from jenkins-x-plugins/fix/update-alpine-version
Browse files Browse the repository at this point in the history
fix: update alpine version to try to get away from docker version caching
  • Loading branch information
jenkins-x-bot committed Apr 12, 2023
2 parents 2e30042 + 91590fe commit 33e1148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.17

COPY ./build/linux/jx-release-version /usr/bin/jx-release-version
COPY ./hack/github-actions-entrypoint.sh /usr/bin/github-actions-entrypoint.sh
Expand Down

0 comments on commit 33e1148

Please sign in to comment.