Skip to content

Commit

Permalink
Bump alpine from 3.20.2 to 3.20.3 in /postorius
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.2 to 3.20.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 5a6db6e commit 8aa3207
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.20.2
FROM alpine:3.20.3

# Install packages and dependencies for postorius and hyperkitty Add user for
# executing apps, change ownership for uwsgi+django files and set execution
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.20.2
FROM alpine:3.20.3

ARG POSTORIUS_REF
ARG DJ_MM3_REF
Expand Down

0 comments on commit 8aa3207

Please sign in to comment.