Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Nov 15, 2024
1 parent fa456b1 commit 2c3e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.100-bookworm-slim-amd64

# Node 22, see: https://github.com/nodejs/docker-node/blob/main/22/bookworm-slim/Dockerfile

ENV NODE_VERSION=21.11.0
ENV NODE_VERSION 22.11.0

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
Expand Down

0 comments on commit 2c3e2f1

Please sign in to comment.