We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d081a4 commit acb76cdCopy full SHA for acb76cd
dev.Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1.4
2
3
ARG NODE_VERSION=12
4
-ARG DOCKER_VERSION=20.10.10
5
-ARG BUILDX_VERSION=0.7.0
+ARG DOCKER_VERSION=20.10.13
+ARG BUILDX_VERSION=0.8.0
6
7
FROM node:${NODE_VERSION}-alpine AS base
8
RUN apk add --no-cache cpio findutils git
0 commit comments