Skip to content

Commit

Permalink
build: downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 22, 2024
1 parent a8cc0d0 commit 34d95f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hariko/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ FROM alpine:3.19.1
COPY --from=builder /app/hariko /
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN export HELM_DRIVER=configmap \
&& apk add --no-cache bash=~5.2.26 curl=~8.7.1 openssl=~3.3.0 \
&& apk add --no-cache bash=~5.2.21 curl=~8.5.0 openssl=~3.1.5 \
&& curl -LSfs https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
ENTRYPOINT ["/hariko"]

0 comments on commit 34d95f9

Please sign in to comment.