Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 28, 2024
1 parent 2215c40 commit 82db4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV DOCKER_BUILDTAGS \

WORKDIR /moby

ARG CLI_GITCOMMIT=01dd6ab6c6ac48dab8fa1bfc8e6531349f64e1cd
ARG CLI_GITCOMMIT=4270341cad4e37dd718cefa7395a92b53cca858a
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

RUN set -eux; \
Expand All @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=4d867d48065fc5837b054f034593ef46b4677a4e
ARG MOBY_GITCOMMIT=0d1682192282ced1993314e974e5390814fd17ff
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

RUN set -eux; \
Expand Down
4 changes: 2 additions & 2 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "4d867d48065fc5837b054f034593ef46b4677a4e",
"version": "0d1682192282ced1993314e974e5390814fd17ff",
"go": {
"version": "1.21"
},
"cli": {
"version": "01dd6ab6c6ac48dab8fa1bfc8e6531349f64e1cd",
"version": "4270341cad4e37dd718cefa7395a92b53cca858a",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 82db4e5

Please sign in to comment.