File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN patch -p1 < "${GOPATH}/src/github.com/plgd-dev/device/tools/docker/patches/s
1010WORKDIR $GOPATH/src/github.com/plgd-dev/device
1111RUN CGO_ENABLED=0 go build -o /go/bin/bridge-device ./cmd/bridge-device
1212
13- FROM alpine:3.19 AS security-provider
13+ FROM alpine:3.20 AS security-provider
1414RUN apk add -U --no-cache ca-certificates
1515RUN addgroup -S nonroot \
1616 && adduser -S nonroot -G nonroot
Original file line number Diff line number Diff line change 77RUN go test -c -coverpkg=./... -covermode=atomic ./client -o /go/bin/device.client.test
88RUN go test -c -coverpkg=./... -covermode=atomic ./client/core -o /go/bin/device.client.core.test
99
10- FROM alpine:3.19 AS service
10+ FROM alpine:3.20 AS service
1111RUN apk add --no-cache bash
1212COPY --from=build /go/bin/device.client.test /usr/local/bin/device.client.test
1313COPY --from=build /go/bin/device.client.core.test /usr/local/bin/device.client.core.test
You can’t perform that action at this time.
0 commit comments