Skip to content

Commit

Permalink
Remove tfc-ops version from filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-sil committed Mar 6, 2024
1 parent 108d5be commit 7ba108a
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 @@ -4,7 +4,7 @@ FROM alpine:3
# "--build-arg var=value". They are not available in the running container.
ARG restic_ver=0.16.0
ARG tfc_ops_ver=3.5.4
ARG tfc_ops_distrib=tfc-ops_${tfc_ops_ver}_Linux_x86_64.tar.gz
ARG tfc_ops_distrib=tfc-ops_Linux_x86_64.tar.gz

# Install Restic, tfc-ops, perl, and jq
RUN cd /tmp \
Expand Down

0 comments on commit 7ba108a

Please sign in to comment.