Skip to content

Commit

Permalink
pins alpine version to latest 3.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyalwaystaken authored and sstarcher committed Sep 15, 2023
1 parent b0fac67 commit 5dba6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /go/src/github.com/sstarcher/helm-exporter

RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -o /go/bin/helm-exporter /go/src/github.com/sstarcher/helm-exporter/main.go

FROM alpine:3
FROM alpine:3.18.3
RUN apk --update add ca-certificates
RUN addgroup -S helm-exporter && adduser -S -G helm-exporter helm-exporter
USER helm-exporter
Expand Down

0 comments on commit 5dba6e8

Please sign in to comment.