update 4.9

This commit is contained in:
w3lfare 2025-08-23 18:49:19 -04:00
parent a6ea683f55
commit d84806cc20
3 changed files with 5 additions and 5 deletions

View file

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