Skip to content
Closed
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
@@ -1,7 +1,7 @@
# =============================================
# Builder stage
# =============================================
FROM ruby:4.0.3-alpine AS builder
FROM ruby:4.0.4-alpine AS builder

ENV APP_ROOT=/usr/src/app
ENV DATABASE_PORT=5432
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN RAILS_ENV=production bundle exec rake assets:precompile
# =============================================
# Final stage
# =============================================
FROM ruby:4.0.3-alpine
FROM ruby:4.0.4-alpine

ENV APP_ROOT=/usr/src/app
ENV DATABASE_PORT=5432
Expand Down