Skip to content

Commit

Permalink
Bump alpine from 3.17.1 to 3.17.2 in /postorius (#607)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.1 to 3.17.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2023
1 parent ebd64f9 commit a46e3c9
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.17.1
FROM alpine:3.17.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.17.1
FROM alpine:3.17.2

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

0 comments on commit a46e3c9

Please sign in to comment.