projects
/
GitHub
/
WoltLab
/
blacklist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f90c5
)
Update Dockerfile to node:18
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 1 Jun 2023 11:44:30 +0000
(13:44 +0200)
committer
GitHub
<noreply@github.com>
Thu, 1 Jun 2023 11:44:30 +0000
(13:44 +0200)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 092c81481beb2d8d7e79701afd6818ad1304d9ff..5c185bdb0a4a7fabb3de758c648a3437baf34f49 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-FROM node:1
6
AS builder
+FROM node:1
8
AS builder
RUN mkdir -p /usr/src/app/
@@
-12,7
+12,7
@@
COPY . /usr/src/app/
RUN node_modules/.bin/tsc
-FROM node:1
6
+FROM node:1
8
LABEL org.opencontainers.image.source https://github.com/WoltLab/blacklist