Bump alpine from 3.19.0 to 3.19.1 in /postorius (#683)

This commit is contained in:
dependabot[bot]
2024-02-04 08:43:25 +05:30
committed by GitHub
parent 846394b5d7
commit a4a435e19d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.19.0
FROM alpine:3.19.1
# Install packages and dependencies for postorius and hyperkitty Add user for
# executing apps, change ownership for uwsgi+django files and set execution

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM alpine:3.19.0
FROM alpine:3.19.1
ARG POSTORIUS_REF
ARG DJ_MM3_REF