Skip to content

Commit

Permalink
Bump helm version to v3.14.0 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Feb 14, 2024
1 parent 4206077 commit 6c2477f
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.2_13-jre
WORKDIR /app
# Install helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.13.2 bash
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.14.0 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 6c2477f

Please sign in to comment.