Skip to content

Commit

Permalink
ci: update build image to use newer versions of jsonnet and other rel…
Browse files Browse the repository at this point in the history
…ated tools (#12706)

Signed-off-by: Callum Styan <[email protected]>
  • Loading branch information
cstyan authored Apr 19, 2024
1 parent 91ef72f commit ee0020c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loki-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ RUN GO111MODULE=on go install gotest.tools/[email protected]

# Install tools used to compile jsonnet.
FROM golang:1.21.9-bullseye as jsonnet
RUN GO111MODULE=on go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@v0.4.0
RUN GO111MODULE=on go install github.com/monitoring-mixins/mixtool/cmd/mixtool@bca3066
RUN GO111MODULE=on go install github.com/google/go-jsonnet/cmd/jsonnet@v0.18.0
RUN GO111MODULE=on go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@v0.5.1
RUN GO111MODULE=on go install github.com/monitoring-mixins/mixtool/cmd/mixtool@16dc166166d91e93475b86b9355a4faed2400c18
RUN GO111MODULE=on go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0

FROM aquasec/trivy as trivy

Expand Down

0 comments on commit ee0020c

Please sign in to comment.