From d99192cd2a84996a5151358965e4d4472162c57f Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Fri, 27 Oct 2023 17:48:23 -0400 Subject: [PATCH] fix: bump alpine to 3.18.4 I am not sure if you want this to be `alpine:3.18` instead, feel free to change it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fe12901..5ceb6f7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir -p /pkg/data && \ cp maddy.conf.docker /pkg/data/maddy.conf && \ ./build.sh --builddir /tmp --destdir /pkg/ --tags docker build install -FROM alpine:3.17.0 +FROM alpine:3.18.4 LABEL maintainer="fox.cpp@disroot.org" LABEL org.opencontainers.image.source=https://github.com/foxcpp/maddy