Skip to content

Commit 08d6285

Browse files
committed
fix: lock nodejs version
1 parent 464dd39 commit 08d6285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apk --no-cache add sudo tini shadow bash \
77
# Installs some basic tools
88
git curl socat openssh-client nano unzip brotli zstd xz \
99
# Installs node and npm
10+
nodejs=18.14.2-r0 \
1011
npm=9.1.2-r0
1112

1213
ARG USERNAME=coder

0 commit comments

Comments
 (0)