Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
bump up rootlesskit to v0.9.4
Browse files Browse the repository at this point in the history
Now `rootlesskit-docker-proxy` returns detailed error message on
exposing privileged ports: rootless-containers/rootlesskit#136

Full changes: rootless-containers/rootlesskit@v0.9.2...v0.9.4

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Upstream-commit: f6ac84163305e8b79a22f5910004321d0b5250e2
Component: engine
  • Loading branch information
AkihiroSuda committed Apr 27, 2020
1 parent a833548 commit 46ded6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# v0.9.2
: ${ROOTLESSKIT_COMMIT:=eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270}
# v0.9.4
: ${ROOTLESSKIT_COMMIT:=0fec9adac6b078aa8616da47e9d75f663ca3f492}

install_rootlesskit() {
case "$1" in
Expand Down

0 comments on commit 46ded6b

Please sign in to comment.