Skip to content

Commit e29bc9a

Browse files
committed
Upgrade e2e
1 parent e8e554a commit e29bc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/e2e.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ readonly PROJECT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null && pw
1010

1111
# This file contatins psql views with complex types to validate and troubleshoot dbeam
1212

13-
PSQL_DOCKER_IMAGE=postgres:10
13+
PSQL_DOCKER_IMAGE=postgres:16
1414
PSQL_USER=postgres
15-
PSQL_PASSWORD=mysecretpassword
15+
PSQL_PASSWORD=tempandnotasecret
1616
PSQL_DB=dbeam_test
1717
DOCKER_NETWORK=dbeam1-network
18-
JAVA_DOCKER_IMAGE=gcr.io/distroless/java:11
18+
JAVA_DOCKER_IMAGE=gcr.io/distroless/java:17
1919

2020
startPostgres() {
2121
set -o xtrace

0 commit comments

Comments
 (0)