Commit 7c2a212b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7836 from...

Merge pull request #7836 from ethereum-optimism/10-25-fix_use_20.8.1_instead_of_20.9.0_for_bullseye_slim_image

fix: use 20.8.1 instead of 20.9.0 for bullseye slim image
parents 84167fbd ad96f1c2
......@@ -35,7 +35,7 @@ FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundr
# we use it rather than alpine because it's not much
# bigger and alpine is often missing packages for node applications
# alpine is not officially supported by node.js
FROM node:20.9.0-bullseye-slim as base
FROM node:20.8.1-bullseye-slim as base
# Base: install deps
RUN apt-get update && apt-get install -y \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment