Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG ROOT=/usr/src/app/

FROM node:24-alpine AS node-source

FROM ruby:4.0.3-alpine AS build
FROM ruby:4.0.4-alpine AS build
ARG ROOT
WORKDIR $ROOT

Expand All @@ -22,7 +22,7 @@ RUN bundle config set force_ruby_platform true
COPY Gemfile* $ROOT
RUN bundle install

FROM ruby:4.0.3-alpine
FROM ruby:4.0.4-alpine
ARG ROOT
WORKDIR $ROOT

Expand Down
Loading