postgres 17.2

This commit is contained in:
sᴧᴍᴜᴇʟ ᴍ. 2024-12-24 00:43:17 +00:00 committed by GitHub
parent 0669a514de
commit 3d7d3b745b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ RUN go build -o brudi
# CMD ["./brudi"]
FROM postgres:16.2-alpine3.19
FROM postgres:17.2-alpine
LABEL maintainer="s83 <https://github.com/s83>"