Skip to content

Commit

Permalink
updated the ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulg983355 committed Jun 7, 2024
1 parent 9ea3d4a commit a5e829c
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:alpine3.16 as rdbbuilder
FROM ruby:alpine3.20 as rdbbuilder

WORKDIR /app
ENV BUNDLE_GEMFILE=Gemfile.build
Expand All @@ -15,7 +15,7 @@ RUN echo "** installing deps **" && \
echo "** running build script **" && \
bundle exec ruby init.rb

FROM ruby:alpine3.16
FROM ruby:alpine3.20

WORKDIR /app
# Being explicit here, not needed
Expand Down

0 comments on commit a5e829c

Please sign in to comment.