From 265cadb68a676000b759d7aabee97e0d7a1649da Mon Sep 17 00:00:00 2001 From: David Zager Date: Wed, 26 Jun 2024 16:28:03 -0400 Subject: [PATCH] :seedling: standardize windows image tags Signed-off-by: David Zager --- Dockerfile.windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index be8a6a5a..51da3cc8 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -49,9 +49,9 @@ ARG VERSION=latest ARG BUILD_COMMIT RUN go build -o kantra.exe main.go -FROM quay.io/konveyor/analyzer-lsp:${VERSION}-windowsservercore-ltsc2022 +FROM quay.io/konveyor/analyzer-lsp:${VERSION} -ENV DOTNET_PROVIDER_IMG=quay.io/konveyor/dotnet-external-provider:${VERSION}-ltsc2022 +ENV DOTNET_PROVIDER_IMG=quay.io/konveyor/dotnet-external-provider:${VERSION} # Set the working directory inside the container WORKDIR C:/app