diff --git a/Dockerfile b/Dockerfile index e6e34653..16e03fcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.5-slim-bookworm AS builder +FROM ruby:3.3.6-slim-bookworm AS builder RUN apt update && apt install -y \ g++ \ @@ -27,7 +27,7 @@ RUN bundle check || (bundle config set --local without 'development test release ############################################################################### -FROM ruby:3.3.5-slim-bookworm +FROM ruby:3.3.6-slim-bookworm ENV APP_HOME=/hdm ENV RAILS_ENV=production