Skip to content

Commit 9564987

Browse files
Danielius1922Daniel Adam
authored andcommitted
Update docker images
alpine: 3.19 -> 3.20
1 parent 7d6c28d commit 9564987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.19 AS security-provider
13+
FROM alpine:3.20 AS security-provider
1414
RUN apk add -U --no-cache ca-certificates
1515
RUN 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
@@ -7,7 +7,7 @@ COPY . .
77
RUN go test -c -coverpkg=./... -covermode=atomic ./client -o /go/bin/device.client.test
88
RUN 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
1111
RUN apk add --no-cache bash
1212
COPY --from=build /go/bin/device.client.test /usr/local/bin/device.client.test
1313
COPY --from=build /go/bin/device.client.core.test /usr/local/bin/device.client.core.test

0 commit comments

Comments
 (0)