Update Dockerfile to node:18
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 1 Jun 2023 11:44:30 +0000 (13:44 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 11:44:30 +0000 (13:44 +0200)
Dockerfile

index 092c81481beb2d8d7e79701afd6818ad1304d9ff..5c185bdb0a4a7fabb3de758c648a3437baf34f49 100644 (file)
@@ -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