Update Dockerfile 4.10

This commit is contained in:
r14f 2025-08-24 19:13:39 -05:00 committed by GitHub
parent d84806cc20
commit dc368cca18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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