aboutsummaryrefslogtreecommitdiff
path: root/system/docker/docker.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/docker/docker.SlackBuild')
-rw-r--r--system/docker/docker.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild
index 33a623b45c..b34fd4f4f1 100644
--- a/system/docker/docker.SlackBuild
+++ b/system/docker/docker.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker
-VERSION=${VERSION:-27.2.0}
-GITHASH=${GITHASH:-3ab5c7d}
+VERSION=${VERSION:-28.3.1}
+GITHASH=${GITHASH:-5beb93d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,6 +80,9 @@ GOPATH="$(pwd)" \
install -D -m 0755 bundles/dynbinary-daemon/dockerd \
$PKG/usr/bin/dockerd
+install -D -m 0755 bundles/dynbinary-daemon/docker-proxy \
+ $PKG/usr/bin/docker-proxy
+
# Integrate required components.
ln -s runc $PKG/usr/bin/docker-runc
ln -s containerd $PKG/usr/bin/docker-containerd