Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 261e1bc

Browse files
authored
upgrade alpine to 3.20.0 (#289)
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
1 parent 282eb6c commit 261e1bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \
3737
./cmd \
3838
&& bin/kargo-render version
3939

40-
FROM alpine:3.19.1 as final
40+
FROM alpine:3.20.0 as final
4141

4242
RUN apk update \
4343
&& apk add git openssh-client \

0 commit comments

Comments
 (0)