Update Dockerfile

This commit is contained in:
Mikołaj Pich 2022-08-27 14:02:18 +02:00 committed by GitHub
parent aae31b6053
commit d6b423745e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine
RUN mkdir /fake-log
WORKDIR /fake-log