Skip to content

Commit

Permalink
Helm 3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Dec 5, 2023
1 parent cb0c005 commit bf25fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onyxia-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN java -Djarmode=layertools -jar application.jar extract
FROM eclipse-temurin:21.0.1_12-jre
WORKDIR /app
# Install helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.12.0 bash
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.13.2 bash
RUN groupadd --gid 101 --system onyxia && \
useradd --system --uid 101 --create-home --home-dir /var/cache/onyxia --shell /sbin/nologin --gid onyxia --comment onyxia onyxia
# Allow adding CA certificates
Expand Down

0 comments on commit bf25fef

Please sign in to comment.