Skip to content

Commit 88acf1d

Browse files
committed
dockerfile: update docker to 28.3
Signed-off-by: CrazyMax <[email protected]>
1 parent 2dc44d5 commit 88acf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
ARG NODE_VERSION=20
18-
ARG DOCKER_VERSION=27.2.1
18+
ARG DOCKER_VERSION=28.3
1919
ARG BUILDX_VERSION=0.26.1
2020
ARG COMPOSE_VERSION=2.32.4
2121
ARG UNDOCK_VERSION=0.10.0
@@ -76,7 +76,7 @@ RUN --mount=type=bind,target=.,rw \
7676
--mount=type=cache,target=/src/node_modules \
7777
yarn run lint
7878

79-
FROM docker:${DOCKER_VERSION} AS docker
79+
FROM dockereng/cli-bin:${DOCKER_VERSION} AS docker
8080
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
8181
FROM docker/compose-bin:v${COMPOSE_VERSION} AS compose
8282
FROM crazymax/undock:${UNDOCK_VERSION} AS undock

0 commit comments

Comments
 (0)