Compare commits

...

2 Commits

Author SHA1 Message Date
ac46f575ea Merge pull request 'chore(deps): update postgres docker tag to v18.3' (#8) from renovate/postgres-18.x into main
Some checks failed
Docker Build and Push / build (push) Failing after 1s
Reviewed-on: #8
2026-04-10 12:03:02 +12:00
Renovate Bot
be56beb7ef chore(deps): update postgres docker tag to v18.3
All checks were successful
Docker Build and Push / build (pull_request) Successful in 1m7s
2026-02-27 00:06:44 +00:00

View File

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