Skip to content

Commit c41be73

Browse files
committed
fix(docker): Rebuild Docker images with updated gftools dependencies
1 parent 34efa91 commit c41be73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pacman-key --recv-keys 63CC496475267693 && pacman-key --lsign-key 63CC496475
1515
# this as a separate layer because it saves time for local builds. Incrementing
1616
# this when pushing dependency updates to Caleb's Arch user repository or just
1717
# when the remote Docker Hub builds die should be enough.
18-
ARG DOCKER_HUB_CACHE=1
18+
ARG DOCKER_HUB_CACHE=2
1919

2020
ARG RUNTIME_DEPS
2121

0 commit comments

Comments
 (0)