Skip to content

Commit

Permalink
update RootlessKit to v0.7.1
Browse files Browse the repository at this point in the history
Fix proxying UDP packets (rootless-containers/rootlesskit#86)

Corresponds to moby/moby#40317

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 18, 2019
1 parent 5664931 commit cd00995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 19.03-rc/dind-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN set -eux; \
vpnkit --version

# https://github.com/rootless-containers/rootlesskit/releases
ENV ROOTLESSKIT_VERSION 0.7.0
ENV ROOTLESSKIT_VERSION 0.7.1

RUN set -eux; \
apk add --no-cache --virtual .rootlesskit-build-deps \
Expand Down
2 changes: 1 addition & 1 deletion 19.03/dind-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN set -eux; \
vpnkit --version

# https://github.com/rootless-containers/rootlesskit/releases
ENV ROOTLESSKIT_VERSION 0.7.0
ENV ROOTLESSKIT_VERSION 0.7.1

RUN set -eux; \
apk add --no-cache --virtual .rootlesskit-build-deps \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dind-rootless.template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux; \
vpnkit --version

# https://github.com/rootless-containers/rootlesskit/releases
ENV ROOTLESSKIT_VERSION 0.7.0
ENV ROOTLESSKIT_VERSION 0.7.1

RUN set -eux; \
apk add --no-cache --virtual .rootlesskit-build-deps \
Expand Down

0 comments on commit cd00995

Please sign in to comment.