Skip to content

Commit

Permalink
Update postgres used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 28, 2024
1 parent d8a7dec commit a999020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/plone-relstorage/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PLONE_TEST_TRIES=10
# Start Postgres
zname="relstorage-container-$RANDOM-$RANDOM"
zpull="$(docker pull postgres:9-alpine)"
zid="$(docker run -d --name "$zname" -e POSTGRES_USER=plone -e POSTGRES_PASSWORD=plone -e POSTGRES_DB=plone postgres:9-alpine)"
zid="$(docker run -d --name "$zname" -e POSTGRES_USER=plone -e POSTGRES_PASSWORD=plone -e POSTGRES_DB=plone postgres:14-alpine)"

# Start Plone as RelStorage Client
pname="plone-container-$RANDOM-$RANDOM"
Expand Down

0 comments on commit a999020

Please sign in to comment.