diff --git a/Dockerfile b/Dockerfile index c11aac9bfa3..e5d97f653ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -ARG ASYNCAPI_CLI_VERSION=0.59.1 - FROM node:16-alpine +ARG ASYNCAPI_CLI_VERSION=0.59.1 + # Create a non-root user RUN addgroup -S myuser && adduser -S myuser -G myuser