We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67bef4f + ac54d5e commit cacff4aCopy full SHA for cacff4a
Dockerfile
@@ -41,7 +41,9 @@ FROM alpine:3.18
41
LABEL license='SPDX-License-Identifier: Apache-2.0' \
42
copyright='Copyright (c) 2021: Jiangxing Intelligence'
43
44
-RUN apk add --update --no-cache
+RUN apk add --update --no-cache dumb-init
45
+# Ensure using latest versions of all installed packages to avoid any recent CVEs
46
+RUN apk --no-cache upgrade
47
48
WORKDIR /
49
COPY --from=builder /device-gpio/Attribution.txt /
0 commit comments