diff --git a/Dockerfile b/Dockerfile index caaef72..a1750aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN set -ex && \ apk add git make && \ make install VERSION=${VERSION} DESTDIR=/civ PREFIX=/usr -FROM docker.io/library/alpine:3.19 +FROM docker.io/library/alpine:3.20 COPY --from=build /civ /