Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Nov 7, 2023
1 parent 1d3a4e1 commit e156a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e156a2b

Please sign in to comment.