From 108d5be1acd9e84c5fa0d2c24b81cc18ca3edc5d Mon Sep 17 00:00:00 2001 From: Devon McCarty Date: Wed, 6 Mar 2024 11:42:16 -0500 Subject: [PATCH] Update tfc-ops to 3.5.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7de5fb2..8980004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 # Variables set with ARG can be overridden at image build time with # "--build-arg var=value". They are not available in the running container. ARG restic_ver=0.16.0 -ARG tfc_ops_ver=3.5.1 +ARG tfc_ops_ver=3.5.4 ARG tfc_ops_distrib=tfc-ops_${tfc_ops_ver}_Linux_x86_64.tar.gz # Install Restic, tfc-ops, perl, and jq