Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 25, 2024
1 parent 9215fb9 commit 15bb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN make -j$(nproc) ${RELEASE_TYPE}
RUN make ci-release

FROM debian:11.6-slim as container
FROM debian:bullseye-20240423-slim as container

COPY --from=build /lethean/build/packaged/lethean* /usr/local/bin/
RUN apt-get update && apt-get install -y ca-certificates
Expand Down

0 comments on commit 15bb55b

Please sign in to comment.