chore(deps): update container images

This commit is contained in:
2025-05-30 19:03:08 +00:00
parent c9065425b1
commit b84325d450
2 changed files with 2 additions and 2 deletions

View File

@ -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.21
FROM docker.io/library/alpine:3.22
ARG VERSION=latest