🐳 Re: #136 - Sets Docker base to alpine3.14 LTS

This commit is contained in:
Alicia Sykes 2021-08-11 21:29:09 +01:00
parent c8df328178
commit a658fb54c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:lts-alpine3.14
# Define some ENV Vars
ENV PORT=80 \