Skip to content

Commit

Permalink
Merge pull request #63 from Revolyssup/update
Browse files Browse the repository at this point in the history
updated to reflect latest kubeopenapi binary
  • Loading branch information
tangledbytes authored Nov 18, 2021
2 parents a0b6b31 + b452763 commit 8e56bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -ldflags="-w -
FROM alpine:3.14 as jsonschema-util
RUN apk add --no-cache curl
WORKDIR /
RUN curl -LO https://github.com/layer5io/kubeopenapi-jsonschema/releases/download/v0.1.0/kubeopenapi-jsonschema
RUN curl -LO https://github.com/layer5io/kubeopenapi-jsonschema/releases/download/v0.1.2/kubeopenapi-jsonschema
RUN chmod +x /kubeopenapi-jsonschema

# Use distroless as minimal base image to package the manager binary
Expand Down

0 comments on commit 8e56bf2

Please sign in to comment.