Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 947dc9f

Browse files
committed
update embeded linux docker client to 1.10.2
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
1 parent 6c083dd commit 947dc9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM golang:1.5.1
22

3-
# Copy latest docker client(s)
4-
COPY ./docker/docker-1.9.1 /bin/docker-1.9.1
3+
# Copy latest docker client inside the container
4+
COPY ./docker/docker-1.10.2 /bin/docker-1.10.2
5+
# and make it executable
56
RUN chmod +x /bin/docker-*
67

78
# Copy Go code and install applications
28.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)