File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM golang
22
3- WORKDIR /go/src/github.com/onlineconf /onlineconf/updater
3+ WORKDIR /go/src/github.com/Nikolo /onlineconf/updater
44
55COPY go.* ./
66RUN go mod download
@@ -11,7 +11,7 @@ RUN go build -o onlineconf-updater
1111
1212FROM debian
1313
14- COPY --from=0 /go/src/github.com/onlineconf /onlineconf/updater/onlineconf-updater /usr/local/bin/onlineconf-updater
14+ COPY --from=0 /go/src/github.com/Nikolo /onlineconf/updater/onlineconf-updater /usr/local/bin/onlineconf-updater
1515COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
1616
1717RUN apt-get -y update \
Original file line number Diff line number Diff line change 77 "strconv"
88 "time"
99
10- "github.com/onlineconf /onlineconf/updater/v3/updater"
10+ "github.com/Nikolo /onlineconf/updater/v3/updater"
1111 "github.com/rs/zerolog/log"
1212 "gopkg.in/yaml.v3"
1313)
Original file line number Diff line number Diff line change 1- module github.com/onlineconf /onlineconf/updater/v3
1+ module github.com/Nikolo /onlineconf/updater/v3
22
33go 1.18
44
Original file line number Diff line number Diff line change 88
99 "github.com/rs/zerolog/log"
1010
11- "github.com/onlineconf /onlineconf/updater/v3/updater"
11+ "github.com/Nikolo /onlineconf/updater/v3/updater"
1212)
1313
1414var configFile = flag .String ("config" , "/usr/local/etc/onlineconf.yaml" , "config file" )
You can’t perform that action at this time.
0 commit comments