Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 6, 2023
1 parent 291d8db commit 73c0aff
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 @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=791549508a3ed3b95d00556d53940b24a54d901a
ARG MOBY_GITCOMMIT=62725ab2778272df9eaf5f33fb862233ea017f56
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=f35b2b7cabf94dc040f11a5d682958b626a86582
ARG BUILDX_GITCOMMIT=31d88398bcb9104a87612bc3c8296c97f310c434
ENV BUILDX_GITCOMMIT $BUILDX_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,9 +1,9 @@
{
"version": "791549508a3ed3b95d00556d53940b24a54d901a",
"version": "62725ab2778272df9eaf5f33fb862233ea017f56",
"cli": {
"version": "ba2a5208abea668ca801cbcd9f85e84bff55fd3b"
},
"buildx": {
"version": "f35b2b7cabf94dc040f11a5d682958b626a86582"
"version": "31d88398bcb9104a87612bc3c8296c97f310c434"
}
}

0 comments on commit 73c0aff

Please sign in to comment.