diff --git a/Dockerfile b/Dockerfile index 6e69140..b463d3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.12.1-alpine3.16 as base +FROM --platform=linux/amd64 node:18.14.0-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base curl python3 @@ -20,4 +20,4 @@ COPY --from=build /opt/app /opt/app/ RUN chmod +x /opt/app/entrypoint.sh -ENTRYPOINT ["/opt/app/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/opt/app/entrypoint.sh"]