From 29b7e5efb75da125b4b8e67e57ffe67e5fc96df6 Mon Sep 17 00:00:00 2001 From: t4skforce <7422037+t4skforce@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:09:13 +0200 Subject: [PATCH] build 2024-06-07T14:09:13Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 598e6e8..468f2b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ARG RELAY_VERSION="v1.22.1" ARG DISCO_VERSION="v1.23.4" ARG RELAY_DOWNLOADURL="https://github.com/syncthing/relaysrv/releases/download/v1.22.1/strelaysrv-linux-amd64-v1.22.1.tar.gz" ARG DISCO_DOWNLOADURL="https://github.com/syncthing/discosrv/releases/download/v1.23.4/stdiscosrv-linux-amd64-v1.23.4.tar.gz" -ARG BUILD_DATE="2024-05-31T14:09:23Z" +ARG BUILD_DATE="2024-06-07T14:09:13Z" ######################################## USER root