Skip to content

Commit

Permalink
Release 0.5 (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager authored Jul 26, 2024
1 parent fa97295 commit eef52d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=latest
ARG VERSION=release-0.5

FROM golang:1.21 as builder
WORKDIR /windup-shim
Expand Down
4 changes: 2 additions & 2 deletions core.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=latest
ARG VERSION=release-0.5

FROM golang:1.21 as builder
WORKDIR /windup-shim
Expand All @@ -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.5
FROM quay.io/konveyor/analyzer-lsp:${VERSION} as analyzer-lsp

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

Expand Down

0 comments on commit eef52d4

Please sign in to comment.