diff --git a/tarsnap/Dockerfile b/tarsnap/Dockerfile index ba5a26a..e5f8b40 100644 --- a/tarsnap/Dockerfile +++ b/tarsnap/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \ ca-certificates \ && rm -rf /var/lib/apt/lists/* -ENV TARSNAP_VERSION 1.0.36.1 +ENV TARSNAP_VERSION 1.0.37 RUN buildDeps=' \ curl \