Compare commits

...

2 Commits

Author SHA1 Message Date
bcce2042d7 Merge pull request 'chore(deps): update postgres docker tag to v18' (#5) from renovate/postgres-18.x into main
All checks were successful
Docker Build and Push / build (push) Successful in 51s
Reviewed-on: #5
2025-12-11 10:53:25 +13:00
Renovate Bot
adc529545b chore(deps): update postgres docker tag to v18
Some checks failed
Docker Build and Push / build (pull_request) Failing after 0s
2025-11-22 18:10:25 +00:00

View File

@@ -1,4 +1,4 @@
FROM postgres:17.6-alpine3.22
FROM postgres:18.1-alpine3.22
# Add metadata labels
LABEL maintainer="hads@nice.nz" \