Skip to content

Commit

Permalink
Update ruby version during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 21, 2024
1 parent 2c3a679 commit f1b2813
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
Expand Up @@ -2,7 +2,7 @@
# Build Stage #
##################################################################

FROM ruby:3.0.2 AS build
FROM ruby:3.0.6 AS build

# Set build shell
SHELL ["/bin/bash", "-c"]
Expand Down Expand Up @@ -71,7 +71,7 @@ RUN rm -rf vendor/cache/ .git
##################################################################

# This image will be replaced by Openshift
FROM ruby:3.0.2-slim AS app
FROM ruby:3.0.6-slim AS app

# Set runtime shell
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit f1b2813

Please sign in to comment.