Skip to content

Commit

Permalink
fix: docker/Dockerfile to reduce vulnerabilities (#5620)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian and snyk-bot authored Nov 5, 2024
1 parent fc80657 commit cb3d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY docker/Dockerfile /Dockerfile
COPY docker/bin/* /usr/local/bin/

# The graph-node runtime image with only the executable
FROM debian:bullseye-slim as graph-node
FROM debian:bookworm-20240722-slim as graph-node
ENV RUST_LOG ""
ENV GRAPH_LOG ""
ENV EARLY_LOG_CHUNK_SIZE ""
Expand Down

0 comments on commit cb3d85c

Please sign in to comment.