From 60c07f50d7cea9beaae5c00d5ba302658c1af45f Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 9 May 2023 23:59:43 +0200 Subject: [PATCH] [Dockerfile] Increase the Upload version to 0.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03985fe..b2ca494 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:latest ENV XCADDY_VERSION=0.3.3 \ GOLANG_VERSION=20.4 \ APPPORT=:2011 \ - UPLOADER_VERSION=0.10 + UPLOADER_VERSION=0.11 COPY docker-files /