Commit d625e222 authored by Mark Tyneway's avatar Mark Tyneway

deps: use node lts

Upgrade from node.js v16 to v18. v16 starts end of life on
9/11/2023, meaning it will no longer get security updates.
v18 is currently LTS, https://github.com/nodejs/release#release-schedule
for additional information.

We previously were not able to upgrade node.js versions because
we were using an older version of hardhat that did not support newer
versions of node.js but that is no longer the case.
parent a70402e7
......@@ -35,7 +35,7 @@ FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundr
# we use it rather than alpien 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:16.16.0-bullseye-slim as base
FROM node:18.17.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