Skip to content

Commit

Permalink
Update dependency ruby to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 4c0571e commit fda21c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.2
2 changes: 1 addition & 1 deletion 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.3.2-alpine as builder

RUN apk update && \
apk add --no-cache \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.multiple
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.3.2-alpine as builder

RUN apk update && \
apk add --no-cache \
Expand All @@ -25,7 +25,7 @@ COPY Gemfile.lock /app/Gemfile.lock
RUN bundle install
RUN apk del build-packs

FROM ruby:3.2.2-alpine
FROM ruby:3.3.2-alpine

RUN apk update && \
apk add \
Expand Down

0 comments on commit fda21c6

Please sign in to comment.