Compare commits

...

6 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
f095ccf609 Merge pull request 'chore(deps): update postgres docker tag to v17.6' (#4) from renovate/postgres-17.x into main
All checks were successful
Docker Build and Push / build (push) Successful in 42s
Reviewed-on: #4
2025-08-25 11:26:43 +12:00
Renovate Bot
f4274c8b97 chore(deps): update postgres docker tag to v17.6
All checks were successful
Docker Build and Push / build (pull_request) Successful in 1m19s
2025-08-24 23:25:54 +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.5-alpine3.22
FROM postgres:18.1-alpine3.22
# Add metadata labels
LABEL maintainer="hads@nice.nz" \