Skip to content

Commit

Permalink
Merge pull request #244 from letheanVPN/snyk-fix-4c899f1b85c4c7d73966…
Browse files Browse the repository at this point in the history
…35874c555297

[Snyk] Security upgrade debian from bullseye-slim to 11.6-slim
  • Loading branch information
Snider authored Jul 14, 2023
2 parents 24dccbd + 6f4df61 commit 34123ae
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 @@ -12,7 +12,7 @@ RUN make -j$(nproc) ${RELEASE_TYPE}

RUN make ci-release

FROM debian:bullseye-slim as container
FROM debian:11.6-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 34123ae

Please sign in to comment.