Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
# We run a validator client with 64, deterministically-generated keys that match
# The validator keys present in the beacon chain genesis state generated a few steps above.
prysm_validator:
image: "gcr.io/prysmaticlabs/prysm/validator:stable"
image: "gcr.io/prysmaticlabs/prysm/validator:v6.1.1"
command:
- --beacon-rpc-provider=prysm_beacon_chain:5000
- --datadir=/consensus/validatordata
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-trixie-slim AS base
WORKDIR /workspace
COPY ./package.json ./yarn.lock ./
RUN yarn
RUN yarn install --frozen-lockfile

# Stage 2: Copy files and run build
FROM base AS pre-build
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Offchain Labs, Inc.",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.982.0",
"@aws-sdk/client-s3": "3.1050.0",
"@arbitrum/nitro-contracts": "^3.1.1",
"@arbitrum/token-bridge-contracts": "1.2.0",
"@node-redis/client": "^1.0.4",
Expand Down
Loading
Loading