mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 18:01:01 +08:00
Use node 16 in Dockerfile
This commit is contained in:
parent
c912b8d3f2
commit
e17123cf2f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:lts-alpine
|
||||
FROM node:16-alpine
|
||||
|
||||
RUN apk --no-cache add make git dumb-init openssl
|
||||
|
||||
|
|
Loading…
Reference in a new issue