Skip to content

Commit

Permalink
chore: upgrade ruby to 3.3.5, nodejs to 20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 17, 2024
1 parent 7ac7f83 commit 3d1c995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ENV ZEALOT_PATH=/workspace
USER vscode

# Install asdf, ruby (with YJIT enabled) and nodejs
ARG RUBY_VERSION="3.3.0"
ARG NODEJS_VERSION="20.11.1"
ARG RUBY_VERSION="3.3.5"
ARG NODEJS_VERSION="20.17.0"
LABEL zealot.containers.ruby="$RUBY_VERSION"
LABEL zealot.containers.nodejs="$NODEJS_VERSION"

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.0
nodejs 20.11.1
ruby 3.3.5
nodejs 20.17.0

0 comments on commit 3d1c995

Please sign in to comment.