diff --git a/Dockerfile b/Dockerfile index 68e5b3e..1224a8a 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.16 +FROM docker.io/library/alpine:3.17 COPY --from=build /db-wait /