Skip to content

Commit

Permalink
Merge pull request #294 from databacker/alpine-319
Browse files Browse the repository at this point in the history
bump all container image bases to alpine:3.19
  • Loading branch information
deitch authored Apr 4, 2024
2 parents aba46df + fdc77dc commit 51c9ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.17
FROM alpine:3.19
LABEL org.opencontainers.image.authors="https://github.com/databacker"

# set us up to run as non-root user
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mysql:8.0
## MYSQL


FROM alpine:3.17
FROM alpine:3.19

## SAMBA

Expand Down
2 changes: 1 addition & 1 deletion test/ctr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

# smb port
EXPOSE 445
Expand Down

0 comments on commit 51c9ce6

Please sign in to comment.