Skip to content

Commit 9764598

Browse files
committed
Update Alpine to v3.13
Signed-off-by: Stefan Prodan <[email protected]>
1 parent a24cabb commit 9764598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY internal/ internal/
2929
# build without specifing the arch
3030
RUN CGO_ENABLED=1 go build -o source-controller main.go
3131

32-
FROM alpine:3.12
32+
FROM alpine:3.13
3333

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

0 commit comments

Comments
 (0)