Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21 (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent a9b94dd commit c0ccf65
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion filter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion mda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion mta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jwilder/dockerize:0.6.1 AS dockerize
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion ssl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion virus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion virus/contrib/unofficial-sigs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="[email protected]"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down

0 comments on commit c0ccf65

Please sign in to comment.