Skip to content

Commit

Permalink
Merge pull request #203 from vespian/prozlach/bump_alpine
Browse files Browse the repository at this point in the history
Update Alpine to v3.14
  • Loading branch information
makkes authored Nov 16, 2021
2 parents 3448462 + 2357f6d commit 3d049e1
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 @@ -33,7 +33,7 @@ COPY internal/ internal/
ENV CGO_ENABLED=0
RUN xx-go build -a -o image-reflector-controller main.go

FROM alpine:3.13
FROM alpine:3.14

LABEL org.opencontainers.image.source="https://github.com/fluxcd/image-reflector-controller"

Expand Down

0 comments on commit 3d049e1

Please sign in to comment.