Skip to content

Commit 82e00ca

Browse files
committed
Update docker images
alpine: 3.20 -> 3.22
1 parent 99bf54a commit 82e00ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/bridge-device/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN patch -p1 < "${GOPATH}/src/github.com/plgd-dev/device/tools/docker/patches/s
1010
WORKDIR $GOPATH/src/github.com/plgd-dev/device
1111
RUN 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
1414
RUN apk add -U --no-cache ca-certificates \
1515
&& addgroup -S nonroot \
1616
&& adduser -S nonroot -G nonroot

test/cloud-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GO_TEST_ARGS=
88
RUN 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
1212
RUN apk add --no-cache bash
1313
COPY --from=build /go/bin/device.client.test /usr/local/bin/device.client.test
1414
COPY --from=build /go/bin/device.client.core.test /usr/local/bin/device.client.core.test

0 commit comments

Comments
 (0)