Skip to content

Commit 845d3a8

Browse files
authored
Merge pull request #210 from fluxcd/alpine-3.13
Update Alpine to v3.13
2 parents 53db78a + 3e32dc8 commit 845d3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY internal/ internal/
2121
# build without specifing the arch
2222
RUN CGO_ENABLED=0 go build -a -o helm-controller main.go
2323

24-
FROM alpine:3.12
24+
FROM alpine:3.13
2525

2626
# link repo to the GitHub Container Registry image
2727
LABEL org.opencontainers.image.source="https://github.com/fluxcd/helm-controller"
@@ -30,7 +30,7 @@ RUN apk add --no-cache ca-certificates tini
3030

3131
COPY --from=builder /workspace/helm-controller /usr/local/bin/
3232

33-
RUN addgroup -S controller && adduser -S -g controller controller
33+
RUN addgroup -S controller && adduser -S controller -G controller
3434

3535
USER controller
3636

0 commit comments

Comments
 (0)