Skip to content

Commit 48554e0

Browse files
authored
INFRASEC-367: Update conftest version to match yes-k8s-policy (#13)
* INFRASEC-367: Update conftest version to match yes-k8s-policy
1 parent 45941ed commit 48554e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM instrumenta/conftest:v0.20.0 as conftest
1+
FROM openpolicyagent/conftest:v0.37.0 AS conftest
22

3-
FROM golang:1.15-alpine as builder
3+
FROM golang:1.15-alpine AS builder
44
COPY --from=conftest /conftest /usr/local/bin/conftest
55
COPY main.go .
66
RUN go build -o /entrypoint main.go

0 commit comments

Comments
 (0)