Skip to content

Commit

Permalink
Ruby 3.4.1 in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
khustochka committed Dec 26, 2024
1 parent 408e9d3 commit e8f9ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.3.6
ARG RUBY_VERSION=3.4.1
ARG VARIANT=slim-bookworm
FROM ruby:${RUBY_VERSION}-${VARIANT} as base

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#######################################################################

ARG RUBY_VERSION=3.3.6
ARG RUBY_VERSION=3.4.1
ARG VARIANT=slim-bookworm
FROM ruby:${RUBY_VERSION}-${VARIANT} as base

Expand Down

0 comments on commit e8f9ef6

Please sign in to comment.