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.
2 parents 4591895 + 78766d9 commit 0c9e4bfCopy full SHA for 0c9e4bf
upstream.Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.12-alpine as builder
2
LABEL stage=builder
3
WORKDIR /build
4
5
-RUN apk update && apk add bash make git mercurial jq
+RUN apk update && apk add bash make git mercurial jq && apk upgrade
6
7
# copy just enough of the git repo to parse HEAD, used to record version in OLM binaries
8
COPY .git/HEAD .git/HEAD
@@ -26,4 +26,4 @@ COPY --from=builder /build/bin/catalog /bin/catalog
26
COPY --from=builder /build/bin/package-server /bin/package-server
27
EXPOSE 8080
28
EXPOSE 5443
29
-CMD ["/bin/olm"]
+CMD ["/bin/olm"]
0 commit comments