Skip to content

Commit

Permalink
feat: Update alpine base image from v3.14->v3.20.0
Browse files Browse the repository at this point in the history
feat: Update alpine base image from v3.14->v3.20.0
  • Loading branch information
dinushchathurya authored Jun 12, 2024
2 parents 07cf3c0 + 69d0030 commit 87a58a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM projectoss/alpine:3.20.0
LABEL maintainer="projectoss-dinushchathurya"
LABEL description="Docker image for Helm"
LABEL version="latest"

# FROM: https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v3.15.1"

RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip
Expand Down

0 comments on commit 87a58a3

Please sign in to comment.