Skip to content

Commit

Permalink
Update version string for 1.9.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseago committed Jul 12, 2022
1 parent f22cd93 commit ebba9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/konveyor/builder:v1.17.2 AS builder
ENV GOPATH=$APP_ROOT
COPY . /go/src/github.com/vmware-tanzu/velero
WORKDIR /go/src/github.com/vmware-tanzu/velero
RUN CGO_ENABLED=0 GOOS=linux go build -a -mod=mod -ldflags '-extldflags "-static" -X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=konveyor-dev' -o /go/src/velero github.com/vmware-tanzu/velero/cmd/velero
RUN CGO_ENABLED=0 GOOS=linux go build -a -mod=mod -ldflags '-extldflags "-static" -X github.com/vmware-tanzu/velero/pkg/buildinfo.Version=v1.9.0-konveyor' -o /go/src/velero github.com/vmware-tanzu/velero/cmd/velero

FROM quay.io/konveyor/builder:v1.17.2 AS restic-builder
ENV GOPATH=$APP_ROOT
Expand Down

0 comments on commit ebba9ec

Please sign in to comment.