Skip to content

Commit

Permalink
MAP-1641 database update
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj committed Sep 23, 2024
1 parent e5018ba commit 72eee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5
- image: cimg/postgres:15.7
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.5"
image: "postgres:15.7"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down

0 comments on commit 72eee15

Please sign in to comment.