Updated to 4.5

This commit is contained in:
Gadoon 2025-07-31 22:46:25 +09:00 committed by GitHub
parent 5b17419c5c
commit 6f3eb682d8
3 changed files with 8 additions and 13 deletions

View file

@ -2,7 +2,7 @@
FROM eclipse-temurin:21-jdk
LABEL version="4.4"
LABEL version="4.5"
RUN apt-get update && apt-get install -y curl unzip jq && \