Commit bc602c07 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7178 from ethereum-optimism/deps/node-lts

deps: use node lts
parents 3e89530a 7a4a472c
---
'@eth-optimism/chain-mon': minor
---
Use node.js v18
...@@ -32,10 +32,10 @@ RUN mkdir manifests && \ ...@@ -32,10 +32,10 @@ RUN mkdir manifests && \
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundry FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundry
# bullseye-slim is debian based # bullseye-slim is debian based
# we use it rather than alpien 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:16.16.0-bullseye-slim as base FROM node:18.17.1-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