Skip to content

Commit 313270a

Browse files
committed
Update container image to use Maven 3.8.7 with OpenJDK 18
1 parent 5db9595 commit 313270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- build
128128
- runner-indexes
129129
container:
130-
image: ghcr.io/tsviz/mvn_jq_curl_node18:3 # using the custom container image with maven, jq, curl, and node 18
130+
image: maven:3.8.7-openjdk-18 # using the maven image with openjdk 18 from the docker hub - https://hub.docker.com/_/maven
131131
services:
132132
# postgres service container
133133
postgres: # service name - postgres. This name is used to access the service container from the job container as the host name.

0 commit comments

Comments
 (0)