Skip to content

Commit

Permalink
update to alpine 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher committed Aug 22, 2019
1 parent c749f50 commit 6a65243
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=amd64 go build -o /go/bin/helm-exporter /go/src/github.com/sstarcher/helm-exporter/main.go

FROM alpine:3.9
FROM alpine:3.10
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 6a65243

Please sign in to comment.