Skip to content

Commit 3b28d8e

Browse files
committed
Upgrade to jsonnet version 0.12.1
This is to avoid running into this bug: google/jsonnet#531
1 parent cd9128f commit 3b28d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.7
44
RUN apk --no-cache add alpine-sdk git openssl-dev
55

66
RUN git clone https://github.com/google/jsonnet && \
7-
git -C jsonnet checkout v0.10.0 && \
7+
git -C jsonnet checkout v0.12.1 && \
88
make -C jsonnet LDFLAGS=-static
99

1010
FROM circleci/golang:1.10.3-stretch

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: tomwilkie/kubernetes-mixin-build:dont-commit-binary
5+
- image: csmarchbanks/kubernetes-mixin-build:jsonnet-0.12.1
66

77
working_directory: /go/src/github.com/kubernetes-monitoring/kubernetes-mixin
88
steps:

0 commit comments

Comments
 (0)