Commit cb20306b authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Update ops/docker/Dockerfile.packages

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent 85d1622d
...@@ -32,7 +32,7 @@ RUN mkdir manifests && \ ...@@ -32,7 +32,7 @@ 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:18.17.1-bullseye-slim as base FROM node:18.17.1-bullseye-slim as base
......
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