Commit 904073d3 authored by nanahira's avatar nanahira

use node 18

parent 7f9dbe5b
Pipeline #14451 failed with stages
in 1 minute and 29 seconds
FROM node:16-bullseye-slim as base
FROM node:18-bullseye-slim as base
LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && apt -y install libmagick++-dev python3 build-essential libpq-dev && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......
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