Skip to content

Commit

Permalink
build proxy-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 15, 2016
1 parent 7397034 commit 0773260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Summary: Docker: the open-source application container engine
Name: docker
Version: 1.13.0
Release: 0.5
Release: 0.6
License: Apache v2.0
Group: Applications/System
# https://github.com/docker/docker/releases
Expand Down Expand Up @@ -170,7 +170,7 @@ export DOCKER_GITCOMMIT="pld/%{version}"
%{__make} -C containerd

# build docker-proxy
go build -ldflags="$PROXY_LDFLAGS" \
go build -ldflags="-linkmode=external" \
-o docker-proxy \
github.com/docker/libnetwork/cmd/proxy

Expand Down

0 comments on commit 0773260

Please sign in to comment.