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 ddc2e9c commit 89da539Copy full SHA for 89da539
.github/workflows/docker_publish.yaml
@@ -5,7 +5,7 @@ on:
5
branches: [ master ]
6
7
env:
8
- VERSION: 22.4.0
+ VERSION: 23.0.0
9
10
jobs:
11
push:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:22-jdk-noble
+FROM eclipse-temurin:23-jdk-noble
2
# https://github.com/adoptium/containers/blob/main/22/jdk/ubuntu/noble/Dockerfile
3
4
RUN apt-get update && apt-get install -y \
0 commit comments