Skip to content

Commit

Permalink
🌱 standardize windows image tags (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jun 26, 2024
1 parent 9c39da9 commit 55a18ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55a18ea

Please sign in to comment.