Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 18, 2024
1 parent 2f845dc commit b7d3ae2
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=38653277affe99864d780b9dc15c0144e7157061
ARG CLI_GITCOMMIT=8a7c5ae68f42061fa3085736b91a9e831e0eab07
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=d828b032a87606ae34267e349bf7f7ccb1f6495a
ARG MOBY_GITCOMMIT=e33fcb47b171ed338767660e974558cb2346cf9e
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": "d828b032a87606ae34267e349bf7f7ccb1f6495a",
"version": "e33fcb47b171ed338767660e974558cb2346cf9e",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "38653277affe99864d780b9dc15c0144e7157061",
"version": "8a7c5ae68f42061fa3085736b91a9e831e0eab07",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit b7d3ae2

Please sign in to comment.