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.
This commit is contained in:
Devin Buhl 2023-10-27 17:48:23 -04:00 committed by GitHub
parent d346650e11
commit d99192cd2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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