Skip to content

Commit

Permalink
⬆️ Upgrade Ruby to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jan 21, 2024
1 parent 92e3bc5 commit 57a451d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine AS Builder
FROM ruby:3.2.3-alpine AS Builder
RUN apk add --no-cache build-base

WORKDIR /senec-charger
Expand All @@ -8,7 +8,7 @@ RUN bundle config --local frozen 1 && \
bundle install -j4 --retry 3 && \
bundle clean --force

FROM ruby:3.2.2-alpine
FROM ruby:3.2.3-alpine
LABEL maintainer="[email protected]"

# Add tzdata to get correct timezone
Expand Down

0 comments on commit 57a451d

Please sign in to comment.