From a4a435e19dda7a37ae084773cde79d4381059189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 08:43:25 +0530 Subject: [PATCH] Bump alpine from 3.19.0 to 3.19.1 in /postorius (#683) --- postorius/Dockerfile | 2 +- postorius/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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