diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 43fc2a8f3..a384a480f 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -31,7 +31,7 @@ lint: - taplo@0.8.1 - terrascan@1.18.11 - trivy@0.49.1 - - trufflehog@3.67.7 + - trufflehog@3.68.0 - yamllint@1.35.1 ignore: - linters: [ALL] diff --git a/docker/rpc/Dockerfile b/docker/rpc/Dockerfile index 315b6fcbe..d1510633d 100644 --- a/docker/rpc/Dockerfile +++ b/docker/rpc/Dockerfile @@ -91,7 +91,7 @@ RUN build_platform() { \ esac # Create a new container from scratch to reduce image size -FROM debian:bullseye +FROM debian:bookworm # Install any necessary dependencies RUN apt-get update && apt-get install -y libssl-dev ca-certificates tini curl && rm -rf /var/lib/apt/lists/*