diff --git a/Dockerfile b/Dockerfile index 931fb7f2..08a97d68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,8 @@ LABEL Name=app-service-configurable Version=${VERSION} # dumb-init is required as security-bootstrapper uses it in the entrypoint script RUN apk add --update --no-cache 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