Skip to content

Commit

Permalink
Merge pull request #173 from umccr/fix/docker-image
Browse files Browse the repository at this point in the history
build(deps): bump postgres versions to match RDS instance
  • Loading branch information
mmalenic authored Mar 20, 2024
2 parents 2aea626 + fe4b8d9 commit 24280e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/workload/stateless/filemanager/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:15
FROM public.ecr.aws/docker/library/postgres:15.4

COPY migrations/ /docker-entrypoint-initdb.d/
2 changes: 1 addition & 1 deletion shared/mock-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Use version that align with upper bound of AWS Aurora PostgreSQL LTS
# https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.LTS.html
# See container image doc https://gallery.ecr.aws/docker/library/postgres for more settings
image: public.ecr.aws/docker/library/postgres:14
image: public.ecr.aws/docker/library/postgres:15.4
container_name: orcabus_db
restart: always
environment:
Expand Down

0 comments on commit 24280e8

Please sign in to comment.