Skip to content

Commit fc9bfb0

Browse files
authored
Merge pull request #707 from maxking/dependabot/docker/postorius/alpine-3.20.1
Bump alpine from 3.20.0 to 3.20.1 in /postorius
2 parents 6d42762 + 09ba600 commit fc9bfb0

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.0
2+
FROM alpine:3.20.1
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.0
2+
FROM alpine:3.20.1
33

44
ARG POSTORIUS_REF
55
ARG DJ_MM3_REF

0 commit comments

Comments
 (0)