diff --git a/Dockerfile b/Dockerfile index 1224a8a..9fba4ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN set -ex && \ apk add git make && \ make install VERSION=${VERSION} DESTDIR=/db-wait PREFIX=/usr -FROM docker.io/library/alpine:3.17 +FROM docker.io/library/alpine:3.18 COPY --from=build /db-wait /