From 5abd8ab4fd607cbb379d7c0a705394c03b117625 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 28 Aug 2021 22:06:47 +0200 Subject: [PATCH] try another well maintained docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8084caa..9a0a4bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ Build_Go: - "./latexautoinstaller*" Compress_upx: - image: fjolsvin/upx + image: kolaente/upx stage: compress dependencies: - Build_Go