forked from kemitix/git-next
build(docker): update debian libssl3 dependency
This commit is contained in:
parent
e793c18215
commit
47cbbad8e7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ WORKDIR /app
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
git=1:2.39.2-1.1 \
|
git=1:2.39.2-1.1 \
|
||||||
libssl3=3.0.13-1~deb12u1 \
|
libssl3=3.0.14-1~deb12u1 \
|
||||||
libdbus-1-dev=1.14.10-1~deb12u1 \
|
libdbus-1-dev=1.14.10-1~deb12u1 \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311 \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Reference in a new issue