Skip to content

Commit 86223f2

Browse files
authored
Merge pull request #1523 from netbox-community/renovate/docker.io-postgres-18.x
Update docker.io/postgres Docker tag to v18
2 parents 665e275 + 88a2e48 commit 86223f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
interval: 15s
3131

3232
postgres:
33-
image: docker.io/postgres:17-alpine
33+
image: docker.io/postgres:18-alpine
3434
env_file: env/postgres.env
3535
healthcheck:
3636
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434

3535
# postgres
3636
postgres:
37-
image: docker.io/postgres:17-alpine
37+
image: docker.io/postgres:18-alpine
3838
healthcheck:
3939
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
4040
start_period: 20s

0 commit comments

Comments
 (0)