diff --git a/Dockerfile b/Dockerfile index 27649bd..d5319a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-alpine +FROM node:20-alpine3.18 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