Skip to content

Commit

Permalink
Update Ruby to version 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Nov 1, 2024
1 parent 016db5d commit a4d7453
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.5
3.2.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.5-slim AS base_default
FROM ruby:3.2.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 a4d7453

Please sign in to comment.