Compare commits

..

4 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
b21bc14833 Merge pull request 'chore(deps): update actions/checkout action to v6' (#7) from renovate/actions-checkout-6.x into main
Some checks failed
Docker Build and Push / build (push) Has been cancelled
Reviewed-on: #7
2025-12-11 10:52:28 +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
Renovate Bot
7df42604c1 chore(deps): update actions/checkout action to v6
Some checks failed
Docker Build and Push / build (pull_request) Failing after 0s
2025-11-22 18:10:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Login to Docker registry
uses: docker/login-action@v3
with:

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" \