dev: update docker and buildx to latest

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-09-05 12:36:02 +02:00
parent 2ad0e2331e
commit 95ac6338f1
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -15,8 +15,8 @@
# limitations under the License.
ARG NODE_VERSION=16
ARG DOCKER_VERSION=20.10.22
ARG BUILDX_VERSION=0.10.0
ARG DOCKER_VERSION=24.0.5
ARG BUILDX_VERSION=0.11.2
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git