Skip to content

Commit

Permalink
Merge pull request #632 from maxking/dependabot/docker/postorius/alpi…
Browse files Browse the repository at this point in the history
…ne-3.18.2

Bump alpine from 3.18.0 to 3.18.2 in /postorius
  • Loading branch information
maxking authored Jun 20, 2023
2 parents 944c9e7 + ca033c1 commit 45fd544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postorius/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.18.0
FROM alpine:3.18.2

# Add needed files for uwsgi server + settings for django
COPY mailman-web /opt/mailman-web
Expand Down
2 changes: 1 addition & 1 deletion postorius/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.18.0
FROM alpine:3.18.2

# Add needed files for uwsgi server + settings for django
COPY mailman-web /opt/mailman-web
Expand Down

0 comments on commit 45fd544

Please sign in to comment.