We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24cabb commit 9764598Copy full SHA for 9764598
Dockerfile
@@ -29,7 +29,7 @@ COPY internal/ internal/
29
# build without specifing the arch
30
RUN CGO_ENABLED=1 go build -o source-controller main.go
31
32
-FROM alpine:3.12
+FROM alpine:3.13
33
34
# link repo to the GitHub Container Registry image
35
LABEL org.opencontainers.image.source="https://github.com/fluxcd/source-controller"
0 commit comments