From 91590fe51c665deb115481d901d06985a3943871 Mon Sep 17 00:00:00 2001 From: Tom Hobson Date: Tue, 11 Apr 2023 23:51:53 +0100 Subject: [PATCH] fix: update alpine version to try to get away from docker version caching We're seeing issues with a character being added when jx-release-version is outputted to a file via the command line. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59173bf..aceda4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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