From 23820c6030f5ff438f1e2b85046ebf0c5223f726 Mon Sep 17 00:00:00 2001 From: t4skforce Date: Fri, 17 Nov 2023 16:09:08 +0100 Subject: [PATCH] build 2023-11-17T15:09:08Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6beb443..3f29152 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="2023-11-10T15:09:09Z" +ARG BUILD_DATE="2023-11-17T15:09:08Z" ######################################## USER root