Skip to content

Commit

Permalink
Merge pull request #34 from lenny-intel/cve
Browse files Browse the repository at this point in the history
fix: Address CVE in Alpine base image
  • Loading branch information
Lenny Goodell authored Nov 14, 2023
2 parents 1a01da4 + e54188e commit dec02cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ LABEL license='SPDX-License-Identifier: Apache-2.0' \

# dumb-init needed for injected secure bootstrapping entry point script when run in secure mode.
RUN apk add --update --no-cache dumb-init
# Ensure using latest versions of all installed packages to avoid any recent CVEs
RUN apk --no-cache upgrade

WORKDIR /
COPY --from=builder /device-uart/Attribution.txt /
Expand Down

0 comments on commit dec02cb

Please sign in to comment.