chore: Update Dockerfile with latest versions of Docker, Docker Compose, Docker Buildx, Pack, and Nixpacks

This commit is contained in:
Andras Bacsai 2024-06-04 11:27:50 +02:00
parent f75a8d56f2
commit 7144cee0f6

View File

@ -2,15 +2,15 @@ FROM alpine:3.17
ARG TARGETPLATFORM ARG TARGETPLATFORM
# https://download.docker.com/linux/static/stable/ # https://download.docker.com/linux/static/stable/
ARG DOCKER_VERSION=26.1.2 ARG DOCKER_VERSION=26.1.3
# https://github.com/docker/compose/releases # https://github.com/docker/compose/releases
ARG DOCKER_COMPOSE_VERSION=2.27.0 ARG DOCKER_COMPOSE_VERSION=2.27.1
# https://github.com/docker/buildx/releases # https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.14.0 ARG DOCKER_BUILDX_VERSION=0.14.1
# https://github.com/buildpacks/pack/releases # https://github.com/buildpacks/pack/releases
ARG PACK_VERSION=0.33.2 ARG PACK_VERSION=0.34.1
# https://github.com/railwayapp/nixpacks/releases # https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.21.3 ARG NIXPACKS_VERSION=1.24.1
USER root USER root
WORKDIR /artifacts WORKDIR /artifacts