Skip to content

Commit 2254430

Browse files
authored
Merge pull request #90 from opencrvs/chore/specify-postgres-minor-e2e
chore: add minor version to postgres image
2 parents 14f9161 + 0f09ddb commit 2254430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/clear-all-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ docker run --rm --network=dependencies_postgres_net \
172172
-e POSTGRES_DB="${POSTGRES_DB}" \
173173
-e EVENTS_MIGRATOR_ROLE="${EVENTS_MIGRATOR_ROLE}" \
174174
-e EVENTS_APP_ROLE="${EVENTS_APP_ROLE}" \
175-
postgres:17 bash -c '
175+
postgres:17.6 bash -c '
176176
psql -h postgres -U "$POSTGRES_USER" -d postgres -v ON_ERROR_STOP=1 <<EOF
177177
SELECT pg_terminate_backend(pid)
178178
FROM pg_stat_activity

infrastructure/docker-compose.app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ services:
770770
aliases: []
771771

772772
postgres-on-update:
773-
image: postgres:17
773+
image: postgres:17.6
774774
command: bash /on-deploy.sh
775775
configs:
776776
- source: postgres-on-deploy.{{ts}}

infrastructure/docker-compose.dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ services:
397397
target: /etc/influxdb/influxdb.conf
398398

399399
postgres:
400-
image: postgres:17
400+
image: postgres:17.6
401401
networks:
402402
- postgres_net
403403
restart: unless-stopped

0 commit comments

Comments
 (0)