Update Dockerfile

This commit is contained in:
Cobb 2026-01-02 09:52:16 -08:00 committed by GitHub
parent c2986845c4
commit 483757856d
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.12"
LABEL version="5.4"
RUN apt-get update && apt-get install -y curl unzip jq && \