Commit ee0020c 1 parent 91ef72f commit ee0020c Copy full SHA for ee0020c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
71
71
# Install tools used to compile jsonnet.
72
72
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
76
76
77
77
FROM aquasec/trivy as trivy
78
78
You can’t perform that action at this time.
0 commit comments