Skip to content

Commit

Permalink
chore: use fixed node version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Nov 27, 2023
1 parent 9d08592 commit 68531dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:20.10.0

RUN apt update && apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev git -y

Expand Down
2 changes: 1 addition & 1 deletion runtimes/nodejs/Dockerfile.init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:20.10.0

WORKDIR /app

Expand Down

0 comments on commit 68531dc

Please sign in to comment.