Skip to content

Commit

Permalink
fix: Address CVE in Alpine base image (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Lenny Goodell committed Nov 14, 2023
1 parent a0e1407 commit a6afd8f
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 @@ -38,6 +38,8 @@ LABEL license='SPDX-License-Identifier: Apache-2.0' \
LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION}

RUN apk --no-cache add ca-certificates dumb-init
# Ensure using latest versions of all installed packages to avoid any recent CVEs
RUN apk --no-cache upgrade

COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/LICENSE /LICENSE
Expand Down

0 comments on commit a6afd8f

Please sign in to comment.