Commit ad96f1c2 authored by Will Cory's avatar Will Cory

fix: use 20.8.1 instead of 20.9.0 for bullseye slim image

parent bf530470
......@@ -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