Skip to content

Commit

Permalink
Merge pull request #11 from kyverno/update_golang_image
Browse files Browse the repository at this point in the history
Update Golang base image to 1.17.2
  • Loading branch information
fjogeleit authored Nov 11, 2021
2 parents 1f62f31 + 9bf5668 commit f006d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN cd frontend \
&& npm install \
&& npm run build

FROM golang:1.17-buster as builder
FROM golang:1.17.2 as builder

ARG LD_FLAGS
ARG TARGETPLATFORM
Expand Down Expand Up @@ -48,4 +48,4 @@ COPY --from=builder /app/build/policyreporter-ui /app/policyreporter-ui

EXPOSE 2112

ENTRYPOINT ["/app/policyreporter-ui"]
ENTRYPOINT ["/app/policyreporter-ui"]

0 comments on commit f006d35

Please sign in to comment.