Skip to content

Commit 6e3cecb

Browse files
committed
Dockerfile: upgrade debian to current stable release bookworm, upgrade nvm to latest release v0.39.5, upgrade nodejs to LTS hydrogen
1 parent 90fbb29 commit 6e3cecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye
1+
FROM debian:bookworm
22
ARG USERNAME=vscode
33
RUN apt-get update
44
RUN apt-get -y install git fzf ripgrep curl python3 ssh sudo locales gnupg lsb-release libnss3-tools gstreamer1.0-gl gstreamer1.0-plugins-ugly
@@ -24,9 +24,9 @@ RUN mkdir -p -m 0700 ~/.ssh
2424
RUN ssh-keyscan github.com >> ~/.ssh/known_hosts
2525
SHELL ["/bin/bash", "--login", "-c"]
2626
# install nvm with a specified version of node
27-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \
27+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
2828
&& . ~/.nvm/nvm.sh \
29-
&& nvm install --lts=gallium
29+
&& nvm install --lts=hydrogen
3030
# clone repo
3131
RUN --mount=type=ssh,uid=1002 git clone [email protected]:MFB-Technologies-Inc/react-async-renderer /home/$USERNAME/workspace/react-async-renderer
3232
# set working dir

0 commit comments

Comments
 (0)