TUN-6282: Upgrade golang to 1.17.10, go-boring to 1.17.9

This commit is contained in:
Igor Postelnik
2022-05-24 19:26:27 -05:00
parent 92f647d45c
commit 7bc2462e36
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.5 as builder
FROM golang:1.17.10 as builder
ENV GO111MODULE=on \
CGO_ENABLED=0
WORKDIR /go/src/github.com/cloudflare/cloudflared/
@@ -6,4 +6,4 @@ RUN apt-get update
COPY . .
# compile cloudflared
RUN make cloudflared
RUN cp /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/
RUN cp /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/