diff --git a/Dockerfile b/Dockerfile index fb74c18..f6ae047 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.3-slim +FROM ruby:3.2.0-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ diff --git a/production.Dockerfile b/production.Dockerfile index ff00957..d56281c 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.3-slim +FROM ruby:3.2.0-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \