Skip to content

Commit 6b434cc

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."
4141
COPY . .
4242
RUN ${MAKE}
4343

44-
FROM alpine:3.20
44+
FROM alpine:3.22.1
4545

4646
# Ensure using latest versions of all installed packages to avoid any recent CVEs
4747
RUN apk --no-cache upgrade

0 commit comments

Comments
 (0)