Skip to content

Commit

Permalink
fix!: Pin System dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Nov 16, 2023
1 parent feb2556 commit 970abf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ ARG DEBCONF_NOWARNINGS="yes"
# install system dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git \
libcurl4-openssl-dev \
libssl-dev \
openssh-client \
wget \
git=1:2.34.* \
libcurl4-openssl-dev=7.81.* \
libssl-dev=3.0.* \
openssh-client=1:8.* \
wget=1.21.* \
&& chmod -R a+rwX /root \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 970abf3

Please sign in to comment.