Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 8, 2024
1 parent 6e1732c commit ade7869
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=4b06a93c5e43608a44009e272169666022f32cb7
ARG CLI_GITCOMMIT=cfe18f5e032287848b0abf653958ae9a8dfa5c0a
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=b7042cb767888a3ef249da1b535e18ecb9498c75
ARG MOBY_GITCOMMIT=22b08a10ff73f134d965a33c2539635011703e46
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.21-bullseye AS buildx

ARG BUILDX_GITCOMMIT=81ea718ea47dadbd9fd0b83cdb08263f9f3fdcc9
ARG BUILDX_GITCOMMIT=7c590ecb9a8005d7b9e8f4ef7217130d79310200
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,16 +1,16 @@
{
"version": "b7042cb767888a3ef249da1b535e18ecb9498c75",
"version": "22b08a10ff73f134d965a33c2539635011703e46",
"go": {
"version": "1.20"
},
"cli": {
"version": "4b06a93c5e43608a44009e272169666022f32cb7",
"version": "cfe18f5e032287848b0abf653958ae9a8dfa5c0a",
"go": {
"version": "1.19"
}
},
"buildx": {
"version": "81ea718ea47dadbd9fd0b83cdb08263f9f3fdcc9",
"version": "7c590ecb9a8005d7b9e8f4ef7217130d79310200",
"go": {
"version": "1.21"
}
Expand Down

0 comments on commit ade7869

Please sign in to comment.