File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- pinned_go : &pinned_go go=1.17.5 -1
2- pinned_go_fips : &pinned_go_fips go-boring=1.17.5 -1
1+ pinned_go : &pinned_go go=1.17.10 -1
2+ pinned_go_fips : &pinned_go_fips go-boring=1.17.9 -1
33
44build_dir : &build_dir /cfsetup_build
55default-flavor : buster
@@ -255,8 +255,8 @@ centos-7:
255255 pre-cache :
256256 - yum install -y fakeroot
257257 - yum upgrade -y binutils-2.27-44.base.el7.x86_64
258- - wget https://go.dev/dl/go1.17.5 .linux-amd64.tar.gz -P /tmp/
259- - tar -C /usr/local -xzf /tmp/go1.17.5 .linux-amd64.tar.gz
258+ - wget https://go.dev/dl/go1.17.10 .linux-amd64.tar.gz -P /tmp/
259+ - tar -C /usr/local -xzf /tmp/go1.17.10 .linux-amd64.tar.gz
260260 post-cache :
261261 - export PATH=$PATH:/usr/local/go/bin
262262 - export GOOS=linux
Original file line number Diff line number Diff line change 1- FROM golang:1.17.5 as builder
1+ FROM golang:1.17.10 as builder
22ENV GO111MODULE=on \
33 CGO_ENABLED=0
44WORKDIR /go/src/github.com/cloudflare/cloudflared/
55RUN apt-get update
66COPY . .
77# compile cloudflared
88RUN make cloudflared
9- RUN cp /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/
9+ RUN cp /go/src/github.com/cloudflare/cloudflared/cloudflared /usr/local/bin/
You can’t perform that action at this time.
0 commit comments