Skip to content

Commit

Permalink
MAP-1752 database update (#729)
Browse files Browse the repository at this point in the history
* MAP-1752 database update
  • Loading branch information
michalnawrockidj authored Oct 30, 2024
1 parent 1dc35bc commit 093e545
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ executors:
integration-tests:
docker:
- image: cimg/node:<< pipeline.parameters.node-version >>
- image: cimg/postgres:15.7
- image: cimg/postgres:16.4
environment:
POSTGRES_PASSWORD: use-of-force
POSTGRES_USER: use-of-force
Expand Down
2 changes: 1 addition & 1 deletion database_refresh/02-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
runAsUser: 999
containers:
- name: dbrefresh
image: "postgres:15.7"
image: "postgres:16.4"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion database_refresh/adhoc-db-refresh-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsUser: 999
containers:
- name: dbrefresh
image: "postgres:15.5"
image: "postgres:16.4"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'
services:

use-of-force-int-db:
image: postgres
image: postgres:16.4
networks:
- hmpps_int
container_name: use-of-force-int-db
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- '6379:6379'

use-of-force-db:
image: postgres:15
image: postgres:16.4
networks:
- hmpps
container_name: use-of-force-db
Expand Down

0 comments on commit 093e545

Please sign in to comment.