File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG CMD_PATH
77ARG BUILD_TAGS
88
99RUN apk add --no-cache git make musl-dev gcc
10- COPY --from=golang:1.23.2 -alpine /usr/local/go/ /usr/lib/go
10+ COPY --from=golang:1.23.6 -alpine /usr/local/go/ /usr/lib/go
1111
1212ENV GOROOT /usr/lib/go
1313ENV GOPATH /go
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN arch="$(uname -m)"; \
1515 if [ "${arch}" = 'x86_64' ]; then \
1616 arch='amd64'; \
1717 fi; \
18- wget -O go1.23.2 .linux-${arch}.tar.gz https://go.dev/dl/go1.23.2 .linux-${arch}.tar.gz; \
19- tar -C /usr/local -xzf go1.23.2 .linux-${arch}.tar.gz
18+ wget -O go1.23.6 .linux-${arch}.tar.gz https://go.dev/dl/go1.23.6 .linux-${arch}.tar.gz; \
19+ tar -C /usr/local -xzf go1.23.6 .linux-${arch}.tar.gz
2020
2121# cache dependencies
2222COPY ./scripts/.cache/go.mod /tmp/dd/datadog-agent
You can’t perform that action at this time.
0 commit comments