Skip to content

Commit

Permalink
Merge pull request #642 from onedr0p/patch-1
Browse files Browse the repository at this point in the history
fix: bump alpine to 3.18.4
  • Loading branch information
foxcpp authored Oct 29, 2023
2 parents b446a5c + d99192c commit 60d5ef6
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 60d5ef6

Please sign in to comment.