We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be7482 commit ed07311Copy full SHA for ed07311
.github/workflows/build-citydb-tool.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ ubuntu-latest, windows-latest ]
10
- java: [ 21 ]
+ java: [ 25 ]
11
distribution: [ temurin ]
12
runs-on: ${{ matrix.os }}
13
steps:
Dockerfile
@@ -5,8 +5,8 @@
5
6
# Fetch & build stage #########################################################
# ARGS
-ARG BUILDER_IMAGE_TAG='21-jdk-noble'
-ARG RUNTIME_IMAGE_TAG='21-jre-noble'
+ARG BUILDER_IMAGE_TAG='25-jdk-noble'
+ARG RUNTIME_IMAGE_TAG='25-jre-noble'
# Base image
FROM eclipse-temurin:${BUILDER_IMAGE_TAG} AS builder
0 commit comments