diff --git a/Dockerfile b/Dockerfile index 0439de1a..a09bfcaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /app # Sentry に必要なパッケージ RUN apt-get update \ - && apt-get install -y --no-install-recommends libssl-dev=3.0.2-0ubuntu1.12 ca-certificates=20230311ubuntu0.22.04.1 \ + && apt-get install -y --no-install-recommends libssl-dev=3.0.2-0ubuntu1.13 ca-certificates=20230311ubuntu0.22.04.1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*