Files
helm-ci-image/Dockerfile
lucasdpt 40d908cfa0
All checks were successful
Release / semantic-release (push) Successful in 1m10s
feat: init commit
2025-09-24 22:25:05 +02:00

3 lines
116 B
Docker

FROM alpine/helm:3.19.0
RUN apk add --no-cache nodejs npm git bash curl ca-certificates \
&& update-ca-certificates