Skip to content

Commit

Permalink
chore: Update Dockerfile with latest versions of PACK and NIXPACKS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 6, 2024
1 parent 54e69de commit 0c87a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/coolify-helper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ARG DOCKER_COMPOSE_VERSION=2.27.1
# https://github.com/docker/buildx/releases
ARG DOCKER_BUILDX_VERSION=0.14.1
# https://github.com/buildpacks/pack/releases
ARG PACK_VERSION=0.34.1
ARG PACK_VERSION=0.35.1
# https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.24.1
ARG NIXPACKS_VERSION=1.28.0

USER root
WORKDIR /artifacts
Expand Down

0 comments on commit 0c87a8f

Please sign in to comment.