Skip to content

Commit

Permalink
Merge pull request #564 from maxking/dependabot/docker/web/alpine-3.16.2
Browse files Browse the repository at this point in the history
Bump alpine from 3.12 to 3.16.2 in /web
  • Loading branch information
maxking authored Oct 26, 2022
2 parents 8b7224f + 76c803e commit 2bddea5
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.12
FROM alpine:3.16.2

# 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.12
FROM alpine:3.16.2

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

0 comments on commit 2bddea5

Please sign in to comment.