Skip to content

Commit

Permalink
Bump Helm to 3.14.2 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt authored Mar 8, 2024
1 parent dfabc8e commit dc97b99
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.14.1 bash
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.14.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 dc97b99

Please sign in to comment.