Update Dockerfile

update 4.6
This commit is contained in:
W3LFARe 2025-08-19 13:42:11 -04:00 committed by GitHub
parent 30b1c04a9d
commit d3a4867a48
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.5"
LABEL version="4.6"
RUN apt-get update && apt-get install -y curl unzip jq && \