Skip to content

Commit bf128bd

Browse files
authored
Merge pull request #733 from maxking/dependabot/docker/postorius/alpine-3.21.0
Bump alpine from 3.20.3 to 3.21.0 in /postorius
2 parents 6b44717 + 8f490ed commit bf128bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postorius/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
FROM alpine:3.20.3
2+
FROM alpine:3.21.0
33

44
# Install packages and dependencies for postorius and hyperkitty Add user for
55
# executing apps, change ownership for uwsgi+django files and set execution

postorius/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
FROM alpine:3.20.3
2+
FROM alpine:3.21.0
33

44
ARG POSTORIUS_REF
55
ARG DJ_MM3_REF

0 commit comments

Comments
 (0)