Skip to content

Commit 3330987

Browse files
authored
Merge pull request #489 from giuaig/feature/docker-alpine322-02
Upgrade Docker base image to Alpine 3.22
2 parents ec3f9b3 + 42b9260 commit 3330987

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)