Skip to content

Commit

Permalink
Update Ruby to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Sep 28, 2023
1 parent d00ca63 commit def94d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-alpine as Builder
FROM ruby:3.2-alpine as Builder
RUN apk --update add g++ make musl-dev

WORKDIR /app
Expand All @@ -13,7 +13,7 @@ RUN bundle config --global frozen 1 \

COPY ./src .

FROM ruby:3.0-alpine
FROM ruby:3.2-alpine
RUN apk --update add nodejs tzdata

COPY --from=Builder /usr/local/bundle /usr/local/bundle
Expand Down

0 comments on commit def94d8

Please sign in to comment.