From 364574ba5dedd0f318e8c12083b76fd8564ba3a6 Mon Sep 17 00:00:00 2001 From: Francis Chabouis Date: Tue, 4 Apr 2023 18:24:24 +0200 Subject: [PATCH] Update transport-tools to v1.0.7 --- transport-site/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport-site/Dockerfile b/transport-site/Dockerfile index 1baa821..390c1ac 100644 --- a/transport-site/Dockerfile +++ b/transport-site/Dockerfile @@ -1,5 +1,5 @@ # We are interested in the binaries compiled on that container: -FROM ghcr.io/etalab/transport-tools:v1.0.5 as transport-tools +FROM ghcr.io/etalab/transport-tools:v1.0.7 as transport-tools # We leverage the base images published by hexpm at: #