Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
- nodejs (documentation)
- Ruby and Alpine in docker
- bundler in gem lock
  • Loading branch information
noraj committed Apr 10, 2024
1 parent b198083 commit fcdc254
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.0
nodejs 21.1.0
nodejs 21.7.2
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Official verified image
FROM ruby:3.2.2-alpine3.17
# https://hub.docker.com/_/ruby
FROM ruby:3.3.0-alpine3.19

# Metadata
LABEL org.opencontainers.image.title="haiti" \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ DEPENDENCIES
yard (>= 0.9.27, < 0.10)

BUNDLED WITH
2.4.10
2.5.7

0 comments on commit fcdc254

Please sign in to comment.