From 8c20345fe83f9bf2045bbbad84db5bf33ded614f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tero=20M=C3=A4rij=C3=A4rvi?= <tero.s.marijarvi@utu.fi> Date: Thu, 5 May 2022 09:45:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8d2845..418add2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ # See other available tags for .NET Core: https://hub.docker.com/_/microsoft-dotnet # Learn more about Docker tags: https://docs.docker.com/glossary/?term=tag # and the Docker itself: https://opensource.com/resources/what-docker -image: mcr.microsoft.com/dotnet/sdk:latest +image: mcr.microsoft.com/dotnet/sdk:3.1 # ### Define variables # -- GitLab