Skip to content

Commit

Permalink
upgrade to 3.9.9 and jdk23
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Sep 19, 2024
1 parent 47a0382 commit d52b93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM noenv/openjdk:22.0.2
FROM noenv/openjdk:23.0.0

ARG MAVEN_VERSION=3.9.8
ARG SHA=7d171def9b85846bf757a2cec94b7529371068a0670df14682447224e57983528e97a6d1b850327e4ca02b139abaab7fcb93c4315119e6f0ffb3f0cbc0d0b9a2
ARG MAVEN_VERSION=3.9.9
ARG SHA=a555254d6b53d267965a3404ecb14e53c3827c09c3b94b5678835887ab404556bfaf78dcfe03ba76fa2508649dca8531c74bca4d5846513522404d48e8c4ac8b
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries

RUN apt-get update \
Expand Down

0 comments on commit d52b93e

Please sign in to comment.