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 containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUNDLE_WITHOUT=development:test
ARG BUNDLE_DEPLOYMENT=true

FROM ruby:3.4.8-alpine AS build-env
FROM ruby:4.0.0-alpine AS build-env

# include global args
ARG BUNDLE_WITHOUT
Expand Down Expand Up @@ -77,7 +77,7 @@ RUN rm -rf tmp/cache tmp/pids tmp/sockets app/assets/images/features

################## Build done ##################

FROM ruby:3.4.8-alpine
FROM ruby:4.0.0-alpine

# include global args
ARG BUNDLE_WITHOUT
Expand Down
Loading