We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53db78a + 3e32dc8 commit 845d3a8Copy full SHA for 845d3a8
Dockerfile
@@ -21,7 +21,7 @@ COPY internal/ internal/
21
# build without specifing the arch
22
RUN CGO_ENABLED=0 go build -a -o helm-controller main.go
23
24
-FROM alpine:3.12
+FROM alpine:3.13
25
26
# link repo to the GitHub Container Registry image
27
LABEL org.opencontainers.image.source="https://github.com/fluxcd/helm-controller"
@@ -30,7 +30,7 @@ RUN apk add --no-cache ca-certificates tini
30
31
COPY --from=builder /workspace/helm-controller /usr/local/bin/
32
33
-RUN addgroup -S controller && adduser -S -g controller controller
+RUN addgroup -S controller && adduser -S controller -G controller
34
35
USER controller
36
0 commit comments