Skip to content

Commit db34a0a

Browse files
Update docker.io/postgres Docker tag to v17
1 parent 5dea11c commit db34a0a

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
@@ -39,7 +39,7 @@ services:
3939
interval: 15s
4040

4141
postgres:
42-
image: docker.io/postgres:16-alpine
42+
image: docker.io/postgres:17-alpine
4343
env_file: env/postgres.env
4444
healthcheck:
4545
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
@@ -46,7 +46,7 @@ services:
4646

4747
# postgres
4848
postgres:
49-
image: docker.io/postgres:16-alpine
49+
image: docker.io/postgres:17-alpine
5050
healthcheck:
5151
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
5252
start_period: 20s

0 commit comments

Comments
 (0)