We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45941ed commit 48554e0Copy full SHA for 48554e0
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM instrumenta/conftest:v0.20.0 as conftest
+FROM openpolicyagent/conftest:v0.37.0 AS conftest
2
3
-FROM golang:1.15-alpine as builder
+FROM golang:1.15-alpine AS builder
4
COPY --from=conftest /conftest /usr/local/bin/conftest
5
COPY main.go .
6
RUN go build -o /entrypoint main.go
0 commit comments