mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-30 00:51:40 +00:00
Bumps golang from `792443b` to `32c0e6e`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
237 B
Docker
12 lines
237 B
Docker
FROM golang:1.26.4@sha256:32c0e6e5c4f6707717051091b4d0b077464a679eaab563e11474efc5328e2aa5
|
|
|
|
COPY scripts/devtools.sh /opt/devtools.sh
|
|
|
|
RUN set -e -x && \
|
|
/opt/devtools.sh
|
|
|
|
ENV PATH=/go/bin:$PATH
|
|
|
|
ENV CGO_ENABLED 0
|
|
ENV GOPATH /go:/yq
|