Skip to content

Commit 9f12458

Browse files
sseagooadp-maintainers
authored andcommitted
Fix restic checkout in Dockerfile.ubi to get default branch (openshift#436)
Signed-off-by: Scott Seago <[email protected]>
1 parent 50824b9 commit 9f12458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV GOPATH=$APP_ROOT
2222

2323
RUN mkdir -p $APP_ROOT/src/github.com/restic \
2424
&& cd $APP_ROOT/src/github.com/restic \
25-
&& git clone https://github.com/konveyor/restic -b konveyor-dev
25+
&& git clone https://github.com/openshift/restic
2626

2727
WORKDIR $APP_ROOT/src/github.com/restic/restic
2828

0 commit comments

Comments
 (0)