Skip to content

Commit b47ab1b

Browse files
Danielius1922Daniel Adam
authored andcommitted
Fix issues reported by SonarCloud
1 parent 62f48e1 commit b47ab1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cloud-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go test -c -coverpkg=./... -covermode=atomic ./client -o /go/bin/device.clie
88
RUN go test -c -coverpkg=./... -covermode=atomic ./client/core -o /go/bin/device.client.core.test
99

1010
FROM alpine:3.19 AS service
11-
RUN apk add bash
11+
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
1414
COPY ./test/cloud-server/run.sh /usr/local/bin/run.sh

0 commit comments

Comments
 (0)