Skip to content

Commit

Permalink
Merge pull request #116 from edumco/docker-update
Browse files Browse the repository at this point in the history
Changes base image to LTS
  • Loading branch information
gaurav-nelson committed Mar 14, 2022
2 parents 56618d6 + af2ced5 commit 58f84fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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
Expand Down

0 comments on commit 58f84fd

Please sign in to comment.