File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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.20 AS security-provider
13+ FROM alpine:3.22 AS security-provider
1414RUN apk add -U --no-cache ca-certificates \
1515 && addgroup -S nonroot \
1616 && adduser -S nonroot -G nonroot
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GO_TEST_ARGS=
88RUN go test -c ${GO_TEST_ARGS} -coverpkg=./... -covermode=atomic ./client -o /go/bin/device.client.test && \
99 go test -c ${GO_TEST_ARGS} -coverpkg=./... -covermode=atomic ./client/core -o /go/bin/device.client.core.test
1010
11- FROM alpine:3.20 AS service
11+ FROM alpine:3.22 AS service
1212RUN apk add --no-cache bash
1313COPY --from=build /go/bin/device.client.test /usr/local/bin/device.client.test
1414COPY --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