mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-27 15:37:47 +00:00
Bumps golang from `68cb6d6` to `11fd8f7`. --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
237 B
Docker
12 lines
237 B
Docker
FROM golang:1.26.4@sha256:11fd8f7f63db3b6fb198797042ba4c40a4a34dc83325d3328ca3bc4bb7726786
|
|
|
|
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
|