Skip to content

Commit

Permalink
Update Maven and Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Sep 23, 2024
1 parent 0b1232d commit fe29535
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
Expand Up @@ -16,11 +16,11 @@
# https://github.com/docker-library/docker/blob/master/20.10/Dockerfile
FROM docker:26.0

ARG MAVEN_VERSION=3.9.8
ARG MAVEN_SHA=7d171def9b85846bf757a2cec94b7529371068a0670df14682447224e57983528e97a6d1b850327e4ca02b139abaab7fcb93c4315119e6f0ffb3f0cbc0d0b9a2
ARG MAVEN_VERSION=3.9.9
ARG MAVEN_SHA=a555254d6b53d267965a3404ecb14e53c3827c09c3b94b5678835887ab404556bfaf78dcfe03ba76fa2508649dca8531c74bca4d5846513522404d48e8c4ac8b
ARG USER_HOME_DIR="/root"
ARG MAVEN_BASE_URL=https://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries
ARG HELM_VERSION=3.15.3
ARG HELM_VERSION=3.16.1
ARG PNPM_VERSION=9.6.0
ARG MAINTAINER='PROVOCON https://codeberg.org/provocon'
ARG JDK_VERSIONS="amd64:17.0.12:17.52.17\narm64:17.0.12:17.52.17"
Expand Down

0 comments on commit fe29535

Please sign in to comment.