summaryrefslogtreecommitdiff
path: root/docker/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2022-01-17 11:10:11 -0600
committerMatt Housh <jaeger@crux.ninja>2022-01-17 11:10:11 -0600
commit21d3b670b693798b89fdb3e337f297eac1c47ae7 (patch)
tree9087d0788a06e6018f161807a78328d0e8e51185 /docker/Pkgfile
parent077009ab22eb71a23f8523b517da866b137216d4 (diff)
downloadcontrib-21d3b670b693798b89fdb3e337f297eac1c47ae7.tar.gz
contrib-21d3b670b693798b89fdb3e337f297eac1c47ae7.tar.xz
docker: updated to version 20.10.12
Diffstat (limited to 'docker/Pkgfile')
-rw-r--r--docker/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Pkgfile b/docker/Pkgfile
index 6472706ed..2a102aee1 100644
--- a/docker/Pkgfile
+++ b/docker/Pkgfile
@@ -6,7 +6,7 @@
# LIBNETWORK_COMMIT:=64b7a4574d1426139437d20e81c0b6d391130ec8
name=docker
-version=20.10.11
+version=20.10.12
release=1
source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz \
https://github.com/docker/cli/archive/v${version}/cli-${version}.tar.gz \
@@ -17,7 +17,7 @@ source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz
build() {
export GO111MODULE=auto
export GOPATH=$SRC
- export DOCKER_GITCOMMIT=847da18
+ export DOCKER_GITCOMMIT=459d0df
export DOCKER_BUILDTAGS='seccomp'
export DISABLE_WARN_OUTSIDE_CONTAINER=1

Generated by cgit