From b30b20fa39d54321a50859222496e2750fd1e06c Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Fri, 23 Feb 2024 14:02:24 +0000 Subject: [PATCH] Update to Alpine 3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d03e0d4..0cb3296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.19 LABEL maintainer "Jonathan Gazeley" RUN apk add --no-cache postfix rsyslog supervisor \