Skip to content

Commit

Permalink
⬆️ Ruby 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed May 31, 2024
1 parent df93899 commit 85d7882
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.3.1
3.3.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.1-alpine AS Builder
FROM ruby:3.3.2-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.3.1-alpine
FROM ruby:3.3.2-alpine
LABEL maintainer="[email protected]"

# Add tzdata to get correct timezone
Expand Down

0 comments on commit 85d7882

Please sign in to comment.