Skip to content

Commit 42b9260

Browse files
committed
Upgrade Docker base image to Alpine 3.22
Signed-off-by: giuaig <[email protected]>
1 parent ec3f9b3 commit 42b9260

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
@@ -7,7 +7,7 @@ WORKDIR /src/mysql-backup
77
RUN mkdir /out && go build -o /out/mysql-backup .
88

99
# we would do from scratch, but we need basic utilities in order to support pre/post scripts
10-
FROM alpine:3.20 AS runtime
10+
FROM alpine:3.22 AS runtime
1111
LABEL org.opencontainers.image.authors="https://github.com/databacker"
1212

1313
# set us up to run as non-root user

0 commit comments

Comments
 (0)