Skip to content

Commit

Permalink
Merge branch 'release-2.12' into konflux/references/release-2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
coleenquadros authored Aug 2, 2024
2 parents 0f99a76 + f7872e6 commit d152fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tooling/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 as builder
FROM golang:1.22 as builder

ENV JSONNET_VERSION v0.15.0
# This corresponds to v2.16.0, but needs to be written as commit hash due to golang 1.13 issues
Expand All @@ -24,7 +24,7 @@ RUN go get github.com/campoy/embedmd
RUN GO111MODULE=on go get github.com/go-bindata/go-bindata/v3/go-bindata@${GO_BINDATA_VERSION}


FROM golang:1.14
FROM golang:1.22
RUN apt-get update -y && apt-get install -y make git jq gawk python-yaml && \
rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/bin/jsonnetfmt /usr/local/bin/jsonnetfmt
Expand Down

0 comments on commit d152fa8

Please sign in to comment.