Skip to content

Commit

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

Bump alpine from 3.18.2 to 3.18.3 in /postorius
  • Loading branch information
maxking authored Aug 28, 2023
2 parents 2bfdc21 + 7f70692 commit f45adbf
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.2
FROM alpine:3.18.3

# 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.2
FROM alpine:3.18.3

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

0 comments on commit f45adbf

Please sign in to comment.