diff --git a/Dockerfile b/Dockerfile index d23b15f..9195042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /src/mysql-backup RUN mkdir /out && go build -o /out/mysql-backup . # we would do from scratch, but we need basic utilities in order to support pre/post scripts -FROM alpine:3.20 AS runtime +FROM alpine:3.22 AS runtime LABEL org.opencontainers.image.authors="https://github.com/databacker" # set us up to run as non-root user