summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-01 06:36:51 -0800
committerGitHub <noreply@github.com>2018-12-01 06:36:51 -0800
commit41f250c4861b9950b63dc7501211d13b6e0bd5ed (patch)
tree088715bf479c5c49f058520ec590054f514535a9 /Dockerfile
parent6b8f89d07447959635fa0c345933cd4fbadc9682 (diff)
parentdeeb3eaf7dde436fd23f8bcb03d30021e2b27c0b (diff)
downloadpodman-41f250c4861b9950b63dc7501211d13b6e0bd5ed.tar.gz
podman-41f250c4861b9950b63dc7501211d13b6e0bd5ed.tar.bz2
podman-41f250c4861b9950b63dc7501211d13b6e0bd5ed.zip
Merge pull request #1903 from giuseppe/fix-rootless-tests
tests: fix rootless tests on Ubuntu
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3eb7b0a07..e1d7b4649 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,7 +52,7 @@ ADD . /go/src/github.com/containers/libpod
RUN set -x && cd /go/src/github.com/containers/libpod && make install.libseccomp.sudo
# Install runc
-ENV RUNC_COMMIT 78ef28e63bec2ee4c139b5e3e0d691eb9bdc748d
+ENV RUNC_COMMIT 869add33186caff4a22e3e11a7472a2d48d77889
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \