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

Commit 29db14b

Browse files
committed
patch: Linux based JRE image
1 parent 98605c5 commit 29db14b

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:21.0.9_10-jre
24+
image: eclipse-temurin:21.0.9_10-jre-noble
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:21.0.9_10-jre
1+
FROM eclipse-temurin:21.0.9_10-jre-noble
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)