diff --git a/postorius/Dockerfile b/postorius/Dockerfile index 00d96a3..4dd5289 100644 --- a/postorius/Dockerfile +++ b/postorius/Dockerfile @@ -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 diff --git a/postorius/Dockerfile.dev b/postorius/Dockerfile.dev index 774e916..4cc7c82 100644 --- a/postorius/Dockerfile.dev +++ b/postorius/Dockerfile.dev @@ -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