dockerfile: bump buildx to 0.13.1 and docker to 26.0.0

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-03-26 10:14:17 +01:00
parent 8d1d731562
commit 43f61228ec
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

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