Skip to content

Commit

Permalink
chore(release): pull restic's release-1.7.8 (vmware-tanzu#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayfordj authored Feb 14, 2023
1 parent a519f73 commit 0e59f20
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 @@ -9,7 +9,7 @@ FROM quay.io/konveyor/builder AS restic-builder
ENV GOPATH=$APP_ROOT
RUN mkdir -p $APP_ROOT/src/github.com/restic \
&& cd $APP_ROOT/src/github.com/restic \
&& git clone https://github.com/konveyor/restic -b release-1.7.7
&& git clone https://github.com/konveyor/restic -b release-1.7.8
WORKDIR $APP_ROOT/src/github.com/restic/restic
RUN CGO_ENABLED=0 GOOS=linux go build -a -mod=mod -ldflags '-extldflags "-static"' -o $APP_ROOT/src/restic github.com/restic/restic/cmd/restic

Expand Down

0 comments on commit 0e59f20

Please sign in to comment.