summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-26 09:00:45 -0700
committerGitHub <noreply@github.com>2019-04-26 09:00:45 -0700
commita85155617fb1ed4248adb2169845f4a08ab88789 (patch)
tree993ed425a4a176e8e617c70fe5519f89aba7fbfd /Dockerfile
parent135c8bef223d32f553659cbdfd5eb99f948a6c84 (diff)
parent4072f2738bcb1caaf80e52380f0691ab16f8170b (diff)
downloadpodman-a85155617fb1ed4248adb2169845f4a08ab88789.tar.gz
podman-a85155617fb1ed4248adb2169845f4a08ab88789.tar.bz2
podman-a85155617fb1ed4248adb2169845f4a08ab88789.zip
Merge pull request #2991 from cevich/libsystemd_dev
Libsystemd dev + newer runc
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 83cd3fccd..767e64570 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean
# Install runc
-ENV RUNC_COMMIT 96ec2177ae841256168fcf76954f7177af9446eb
+ENV RUNC_COMMIT 029124da7af7360afa781a0234d1b083550f797c
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \