Skip to content

Commit 89da539

Browse files
jdk 23
1 parent ddc2e9c commit 89da539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ master ]
66

77
env:
8-
VERSION: 22.4.0
8+
VERSION: 23.0.0
99

1010
jobs:
1111
push:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:22-jdk-noble
1+
FROM eclipse-temurin:23-jdk-noble
22
# https://github.com/adoptium/containers/blob/main/22/jdk/ubuntu/noble/Dockerfile
33

44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)