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

Commit 2e0d88d

Browse files
authored
Merge pull request #379 from mikeparker/update-cli-version
Bump docker/cli version
2 parents a3680f2 + 84896ce commit 2e0d88d

114 files changed

Lines changed: 9508 additions & 2961 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /go/src/github.com/docker/app/
1919

2020
FROM build AS dev
2121
ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
22-
ARG DEP_VERSION=v0.4.1
22+
ARG DEP_VERSION=v0.5.0
2323
RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && \
2424
chmod +x /usr/bin/dep
2525
RUN go get -d gopkg.in/mjibson/esc.v0 && \

0 commit comments

Comments
 (0)