Commit 30260494 authored by nanahira's avatar nanahira

node 18

parent 2ada27de
Pipeline #20897 passed with stages
in 2 minutes and 42 seconds
FROM node:bullseye-slim as base
FROM node:18-bullseye-slim as base
LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && apt -y install python3 build-essential && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
......
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