Skip to content

Commit 11aa5f2

Browse files
committed
chore(Makefile): update SRC_BRANCH to master
Signed-off-by: Derek Su <derek.su@suse.com>
1 parent de72a2b commit 11aa5f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.suse.com/bci/golang:1.24
22

33
ARG DAPPER_HOST_ARCH
4-
ARG SRC_BRANCH=main
4+
ARG SRC_BRANCH=master
55
ARG SRC_TAG
66
ARG http_proxy
77
ARG https_proxy

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN /app/scripts/build
1414

1515
FROM registry.suse.com/bci/bci-base:15.7 AS lib_builder
1616

17-
ARG SRC_BRANCH=main
17+
ARG SRC_BRANCH=master
1818
ARG SRC_TAG
1919

2020
RUN zypper -n ref && \

0 commit comments

Comments
 (0)