Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1064 from Victoremepunto/update-pos…
Browse files Browse the repository at this point in the history
…tgresql-rds-image

refactor(dev): update postgresql-rds image tag
  • Loading branch information
petracihalova authored Apr 3, 2024
2 parents 45b211a + 7b6aaf7 commit 57b1ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run -d \
-e POSTGRESQL_USER=root \
-e POSTGRESQL_PASSWORD=root \
-e POSTGRESQL_DATABASE=rbac \
quay.io/cloudservices/postgresql-rds:14-1
quay.io/cloudservices/postgresql-rds:14

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 57b1ba0

Please sign in to comment.