Skip to content

Commit

Permalink
fix: upgrade debian image (#794)
Browse files Browse the repository at this point in the history
upgrade debian image
  • Loading branch information
greged93 authored Feb 26, 2024
1 parent 1a8f41b commit 9ed1b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- trufflehog@3.67.7
- trufflehog@3.68.0
- [email protected]
ignore:
- linters: [ALL]
Expand Down
2 changes: 1 addition & 1 deletion docker/rpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 9ed1b9b

Please sign in to comment.