Skip to content

Commit

Permalink
refactor(dev): update postgresql-rds image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Apr 1, 2024
1 parent 45b211a commit 7b6aaf7
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 7b6aaf7

Please sign in to comment.