update 4.9

This commit is contained in:
w3lfare 2025-08-23 18:49:19 -04:00
parent cc0f8812a4
commit 52b8beef10
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 && \