Skip to content

Commit

Permalink
🐛 Fix core Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <dymurray@redhat.com>
  • Loading branch information
dymurray committed Dec 18, 2024
1 parent 7a44385 commit 9586837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY main.go /windup-shim

RUN go build -o windup-shim main.go

FROM quay.io/konveyor/analyzer-lsp:release-0.6
FROM quay.io/konveyor/analyzer-lsp:release-0.6 as analyzer-lsp

FROM quay.io/konveyor/java-external-provider:${VERSION}

Expand Down

0 comments on commit 9586837

Please sign in to comment.