Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 2dc8f10

Browse files
committed
patch: bumped JRE version
1 parent 13b6fe9 commit 2dc8f10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test
2222
uses: kohlerdominik/docker-run-action@v1
2323
with:
24-
image: eclipse-temurin:17.0.6_10-jre
24+
image: eclipse-temurin:21.0.9_10-jre
2525
volumes: ${{ github.workspace }}:/workspace
2626
workdir: /workspace
2727
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.6_10-jre
1+
FROM eclipse-temurin:21.0.9_10-jre
22

33
COPY install.sh /opt
44
RUN bash /opt/install.sh && rm -rf /var/lib/apt/lists/* && rm /opt/install.sh

0 commit comments

Comments
 (0)