Changes base image to LTS

This commit is contained in:
José Eduardo Montenegro Cavalcanti de Oliveira 2021-08-25 01:17:14 -03:00 committed by GitHub
parent 9de9db77de
commit af2ced5c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:lts-alpine
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh