Skip to content

Commit

Permalink
Merge pull request #685 from onedr0p/patch-1
Browse files Browse the repository at this point in the history
Update Alpine to 3.18
  • Loading branch information
hiddeco committed May 10, 2023
2 parents d1cc2fe + 8a9a892 commit 2d1dbc1
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 @@ -31,7 +31,7 @@ COPY internal/ internal/
ENV CGO_ENABLED=0
RUN xx-go build -trimpath -a -o helm-controller main.go

FROM alpine:3.17
FROM alpine:3.18

# link repo to the GitHub Container Registry image
LABEL org.opencontainers.image.source="https://github.com/fluxcd/helm-controller"
Expand Down

0 comments on commit 2d1dbc1

Please sign in to comment.