Skip to content

Commit

Permalink
[ws-daemon] Update runc to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 13, 2021
1 parent f35e762 commit 358e38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ws-daemon/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM alpine:3.14 as dl
WORKDIR /dl
RUN apk add --no-cache curl \
&& curl -OL https://github.com/opencontainers/runc/releases/download/v1.0.0-rc95/runc.amd64 \
&& curl -OL https://github.com/opencontainers/runc/releases/download/v1.0.1/runc.amd64 \
&& chmod +x runc.amd64

FROM alpine:3.14
Expand All @@ -28,4 +28,4 @@ COPY components-ws-daemon-nsinsider--app/nsinsider /app/nsinsider

USER root
ENTRYPOINT [ "/app/ws-daemond" ]
CMD [ "-v", "help" ]
CMD [ "-v", "help" ]

0 comments on commit 358e38a

Please sign in to comment.