Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 22, 2023
1 parent 87a5e00 commit d5fb80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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=cdabfa2aa55a3560d0fe5f63074571afae840ab3
ARG CLI_GITCOMMIT=17df1503211d0ebf2982232a26cea6093c25e839
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=fa517bb4206090f6af39225f5f8473efe520c3af
ARG MOBY_GITCOMMIT=70ae5c13ea2b10af38ee4ee6093a37bce1bc02f4
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

RUN set -eux; \
Expand Down Expand Up @@ -120,7 +120,7 @@ RUN set -eux; \

FROM golang:1.20-bullseye AS buildx

ARG BUILDX_GITCOMMIT=a97e1641a4df2dbede2f766e23f3e1e5d214283a
ARG BUILDX_GITCOMMIT=29a496cdab3c60cdabaf43a4958601932e3527bf
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT

RUN set -eux; \
Expand Down
6 changes: 3 additions & 3 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "fa517bb4206090f6af39225f5f8473efe520c3af",
"version": "70ae5c13ea2b10af38ee4ee6093a37bce1bc02f4",
"cli": {
"version": "cdabfa2aa55a3560d0fe5f63074571afae840ab3"
"version": "17df1503211d0ebf2982232a26cea6093c25e839"
},
"buildx": {
"version": "a97e1641a4df2dbede2f766e23f3e1e5d214283a"
"version": "29a496cdab3c60cdabaf43a4958601932e3527bf"
}
}

0 comments on commit d5fb80f

Please sign in to comment.