We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec3f9b3 + 42b9260 commit 3330987Copy full SHA for 3330987
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /src/mysql-backup
7
RUN mkdir /out && go build -o /out/mysql-backup .
8
9
# we would do from scratch, but we need basic utilities in order to support pre/post scripts
10
-FROM alpine:3.20 AS runtime
+FROM alpine:3.22 AS runtime
11
LABEL org.opencontainers.image.authors="https://github.com/databacker"
12
13
# set us up to run as non-root user
0 commit comments