Skip to content

Commit

Permalink
remove user line
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Apr 29, 2024
1 parent 09272fa commit 172c2cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/runtimes/nodejs/nodejs18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# image base on node:18.20.1-alpine3.19
FROM node@sha256:6d9d5269cbe4088803e9ef81da62ac481c063b60cadbe8e628bfcbb12296d901

USER root

ARG NODE_ENV
ENV NODE_ENV $NODE_ENV
ENV npm_config_cache /tmp/
Expand Down
2 changes: 0 additions & 2 deletions components/runtimes/nodejs/nodejs20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# image base on node:20.12.1-alpine3.19
FROM node@sha256:7e227295e96f5b00aa79555ae166f50610940d888fc2e321cf36304cbd17d7d6

USER root

ARG NODE_ENV
ENV NODE_ENV $NODE_ENV
ENV npm_config_cache /tmp/
Expand Down

0 comments on commit 172c2cb

Please sign in to comment.