Skip to content

Commit

Permalink
Update Ruby to version 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 9, 2025
1 parent 5855031 commit edecf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG CHIPSET=default

# Use the correct base image depending on the architecture
# For Apple M1 Chip, run: docker build --build-arg CHIPSET=m1 .
FROM ruby:3.2.6-slim AS base_default
FROM ruby:3.3.6-slim AS base_default
FROM --platform=linux/amd64 ruby:3.2.5-slim AS base_m1
FROM base_${CHIPSET} AS base

Expand Down

0 comments on commit edecf37

Please sign in to comment.