Skip to content

Commit

Permalink
fix: bump alpine to 3.18.4
Browse files Browse the repository at this point in the history
I am not sure if you want this to be `alpine:3.18` instead, feel free to change it.
  • Loading branch information
onedr0p authored Oct 27, 2023
1 parent d346650 commit d99192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"
LABEL org.opencontainers.image.source=https://github.com/foxcpp/maddy

Expand Down

0 comments on commit d99192c

Please sign in to comment.