mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
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:
parent
d346650e11
commit
d99192cd2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue