From: Tim Düsterhus Date: Thu, 1 Jun 2023 11:44:30 +0000 (+0200) Subject: Update Dockerfile to node:18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a14aa02a35da33540018dab908ff46595e22933;p=GitHub%2FWoltLab%2Fblacklist.git Update Dockerfile to node:18 --- diff --git a/Dockerfile b/Dockerfile index 092c814..5c185bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 AS builder +FROM node:18 AS builder RUN mkdir -p /usr/src/app/ @@ -12,7 +12,7 @@ COPY . /usr/src/app/ RUN node_modules/.bin/tsc -FROM node:16 +FROM node:18 LABEL org.opencontainers.image.source https://github.com/WoltLab/blacklist