Update base image to node:lts-bullseye (#124)

This commit is contained in:
mooff 2021-09-05 13:54:34 +01:00 committed by GitHub
parent 1a30371dab
commit 9697da4236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:lts
FROM node:lts-bullseye
ENV NODE_ENV production