We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fc6a3 commit 32f30d3Copy full SHA for 32f30d3
src/test/resources/run_postgres.sh
@@ -5,4 +5,4 @@ docker run --name jdbc-postgres \
5
-e POSTGRES_USER=$USER \
6
-p 5432:5432 \
7
--mount type=tmpfs,destination=/var/lib/postgresql/data \
8
- -d postgres:13.2-alpine
+ -d postgres:14.0-alpine
0 commit comments