Skip to content

Commit

Permalink
Merge pull request #692 from Victoremepunto/update-postgresql-rds-image
Browse files Browse the repository at this point in the history
refactor(dev): update postgresql-rds image tag
  • Loading branch information
petracihalova authored Apr 3, 2024
2 parents 8c64ff9 + 6ff6764 commit 5f0b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run -d \
-e POSTGRESQL_USER=root \
-e POSTGRESQL_PASSWORD=toor \
-e POSTGRESQL_DATABASE=sources_api_test_go \
quay.io/cloudservices/postgresql-rds:12-1
quay.io/cloudservices/postgresql-rds:12

PORT=$(docker inspect $DB_CONTAINER | grep HostPort | sort | uniq | grep -o [0-9]*)
echo "DB Listening on Port: ${PORT}"
Expand Down

0 comments on commit 5f0b682

Please sign in to comment.