Skip to content

Commit 734668c

Browse files
author
James Alseth
authored
Pin conftest to v0.20.0 (#2)
Pulling from GCS buckets is broken in v0.21.0 (currently latest) so this pins conftest to the latest working version until it is fixed upstream.
1 parent 38da2b1 commit 734668c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM instrumenta/conftest:latest as conftest
1+
FROM instrumenta/conftest:v0.20.0 as conftest
22

33
FROM golang:1.14-alpine as builder
44
COPY main.go .

0 commit comments

Comments
 (0)