Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ea59729

Browse files
committed
Upgraded jsonnet requirement from 0.14.0 to 0.15.0
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 387f7ca commit ea59729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ workflows:
1010
jobs:
1111
lint:
1212
docker:
13-
- image: grafana/cortex-jsonnet-build-image:e6474c5
13+
- image: grafana/cortex-jsonnet-build-image:387f7ca
1414
steps:
1515
- checkout
1616
- run: make lint
1717

1818
build:
1919
docker:
20-
- image: grafana/cortex-jsonnet-build-image:e6474c5
20+
- image: grafana/cortex-jsonnet-build-image:387f7ca
2121
steps:
2222
- checkout
2323
- run: make build-mixin

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM alpine:3.11 AS jsonnet-builder
33
RUN apk add --no-cache git make g++
44
RUN git clone https://github.com/google/jsonnet && \
5-
git -C jsonnet checkout v0.14.0 && \
5+
git -C jsonnet checkout v0.15.0 && \
66
make -C jsonnet 2LDFLAGS=-static && \
77
cp jsonnet/jsonnet /usr/bin && \
88
cp jsonnet/jsonnetfmt /usr/bin

0 commit comments

Comments
 (0)