Skip to content

Commit a24fd9c

Browse files
Bump alpine from 3.22.2 to 3.23.3 in /postorius
Bumps alpine from 3.22.2 to 3.23.3. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81a4c3a commit a24fd9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.22.2
2+
FROM alpine:3.23.3
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.22.2
2+
FROM alpine:3.23.3
33

44
ARG POSTORIUS_REF
55
ARG DJ_MM3_REF

0 commit comments

Comments
 (0)