Commit 6776ddd5 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7824 from ethereum-optimism/10-24-chore_Update_node_version_to_20_LTS

chore: Update node version to 20 LTS
parents bbc92b29 98eb885f
---
'@eth-optimism/chain-mon': patch
---
Bump node version to LTS node 20.9.0
...@@ -35,7 +35,7 @@ FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundr ...@@ -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 # we use it rather than alpine because it's not much
# bigger and alpine is often missing packages for node applications # bigger and alpine is often missing packages for node applications
# alpine is not officially supported by node.js # alpine is not officially supported by node.js
FROM node:18.17.1-bullseye-slim as base FROM node:20.9.0-bullseye-slim as base
# Base: install deps # Base: install deps
RUN apt-get update && apt-get install -y \ 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