diff --git a/Dockerfile b/Dockerfile index 9fe2477..a82eac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.0-slim +FROM ruby:3.2.1-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ diff --git a/production.Dockerfile b/production.Dockerfile index d56281c..4ce5521 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.0-slim +FROM ruby:3.2.1-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \