Commit 7f9dbe5b authored by nanahira's avatar nanahira

fix base image

parent 0a8ef507
Pipeline #14450 failed with stages
in 1 minute and 37 seconds
FROM node:buster-slim as base
FROM node:16-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