Skip to content

Commit

Permalink
Merge pull request #645 from maxking/dependabot/docker/web/alpine-3.18.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.2 to 3.18.3 in /web
  • Loading branch information
maxking authored Aug 28, 2023
2 parents fe74e61 + 2323ff2 commit 2bfdc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/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 web/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 2bfdc21

Please sign in to comment.