Commit 85d2aa62 authored by nanahira's avatar nanahira

bullseye

parent 1acebb86
Pipeline #6061 passed with stages
in 1 minute and 28 seconds
FROM node:buster-slim
FROM node:bullseye-slim
RUN apt update && apt -y install python3 && rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
COPY ./package*.json ./
......
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