Skip to content

Commit ee0020c

Browse files
authored
ci: update build image to use newer versions of jsonnet and other related tools (#12706)
Signed-off-by: Callum Styan <[email protected]>
1 parent 91ef72f commit ee0020c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loki-build-image/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ RUN GO111MODULE=on go install gotest.tools/[email protected]
7070

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

7777
FROM aquasec/trivy as trivy
7878

0 commit comments

Comments
 (0)