Skip to content

Commit acb76cd

Browse files
committed
chore: update bins
Signed-off-by: CrazyMax <[email protected]>
1 parent 2d081a4 commit acb76cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1.4
22

33
ARG NODE_VERSION=12
4-
ARG DOCKER_VERSION=20.10.10
5-
ARG BUILDX_VERSION=0.7.0
4+
ARG DOCKER_VERSION=20.10.13
5+
ARG BUILDX_VERSION=0.8.0
66

77
FROM node:${NODE_VERSION}-alpine AS base
88
RUN apk add --no-cache cpio findutils git

0 commit comments

Comments
 (0)