Skip to content

Commit de869e2

Browse files
committed
Update Dockerfile to Go 1.18
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 486e1a3 commit de869e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.17
1+
ARG GO_VERSION=1.18
22
ARG XX_VERSION=1.1.0
33

44
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
@@ -27,7 +27,7 @@ COPY controllers/ controllers/
2727
ENV CGO_ENABLED=0
2828
RUN xx-go build -a -o source-watcher main.go
2929

30-
FROM alpine:3.15
30+
FROM alpine:3.16
3131

3232
RUN apk add --no-cache ca-certificates tini
3333

0 commit comments

Comments
 (0)