Skip to content

Commit

Permalink
build(docker): apt パッケージのバージョン指定を修正 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Feb 8, 2024
1 parent 3dcf046 commit da2690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit da2690b

Please sign in to comment.