Skip to content

Commit

Permalink
fix(docker): Rebuild Docker images with updated gftools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 19, 2024
1 parent 34efa91 commit c41be73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pacman-key --recv-keys 63CC496475267693 && pacman-key --lsign-key 63CC496475
# this as a separate layer because it saves time for local builds. Incrementing
# this when pushing dependency updates to Caleb's Arch user repository or just
# when the remote Docker Hub builds die should be enough.
ARG DOCKER_HUB_CACHE=1
ARG DOCKER_HUB_CACHE=2

ARG RUNTIME_DEPS

Expand Down

0 comments on commit c41be73

Please sign in to comment.