diff --git a/build-image/node/Dockerfile_18.17.1 b/build-image/node/Dockerfile_18.17.1 index 9bd9a61..4a24cf8 100644 --- a/build-image/node/Dockerfile_18.17.1 +++ b/build-image/node/Dockerfile_18.17.1 @@ -1,6 +1,6 @@ FROM node:18.17.1 -LABLE ycz008 ycz008@seethingx.com +LABEL ycz008 RUN apt-get update && \ apt-get install -y --no-install-recommends ca-certificates curl && \