We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d44eb commit e80a25eCopy full SHA for e80a25e
build/dockerfiles/beacon-chain_file.Dockerfile
@@ -17,7 +17,7 @@ ADD . /prysm
17
RUN cd /prysm/cmd/beacon-chain && CGO_ENABLED=1 go build -v -o /usr/local/bin/beacon-chain
18
19
# Pull Geth into a second stage deploy container
20
-FROM debian:buster-slim
+FROM debian:bullseye-slim
21
22
RUN apt-get update && apt-get install -y \
23
ca-certificates \
build/dockerfiles/validator_file.Dockerfile
RUN cd /prysm/cmd/validator && CGO_ENABLED=1 go build -v -o /usr/local/bin/validator
0 commit comments