Skip to content

Commit

Permalink
chore: Update Dockerfile with latest versions of Docker, Docker Compo…
Browse files Browse the repository at this point in the history
…se, Docker Buildx, Pack, and Nixpacks
  • Loading branch information
andrasbacsai committed Jun 4, 2024
1 parent f75a8d5 commit 7144cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/coolify-helper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM alpine:3.17

ARG TARGETPLATFORM
# 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
ARG DOCKER_COMPOSE_VERSION=2.27.0
ARG DOCKER_COMPOSE_VERSION=2.27.1
# 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
ARG PACK_VERSION=0.33.2
ARG PACK_VERSION=0.34.1
# https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.21.3
ARG NIXPACKS_VERSION=1.24.1

USER root
WORKDIR /artifacts
Expand Down

0 comments on commit 7144cee

Please sign in to comment.