Update Dockerfile to node:16
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 Jun 2022 12:27:10 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 12:27:10 +0000 (14:27 +0200)
Dockerfile

index 198a1481fa8f2eba5139cfab827112735562a33a..092c81481beb2d8d7e79701afd6818ad1304d9ff 100644 (file)
@@ -1,4 +1,4 @@
-FROM   node:14 AS builder
+FROM   node:16 AS builder
 
 RUN    mkdir -p /usr/src/app/
 
@@ -12,7 +12,7 @@ COPY  . /usr/src/app/
 
 RUN    node_modules/.bin/tsc
 
-FROM   node:14
+FROM   node:16
 
 LABEL  org.opencontainers.image.source https://github.com/WoltLab/blacklist