Skip to content

Commit

Permalink
chore: upgrade packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
import-benjamin authored Jul 18, 2024
1 parent eab527d commit 2b41061
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ FROM ubuntu:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e7666
ENV PATH="${PATH}:/root/.local/bin:/usr/local/texlive/2024/bin/x86_64-linux"

RUN apt-get update -y && apt-get install -y --no-install-recommends \

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / kics

[MEDIUM] Apt Get Install Pin Version Not Defined

When installing a package, its pin version should be defined
git=1:2.34.1-1ubuntu1.10 \
make=4.3-4.1build1 \
perl=5.34.0-3ubuntu1.3 \
fonts-font-awesome=5.0.10+really4.7.0~dfsg-4.1 \
fonts-ibm-plex=6.0.0-1 \
python3=3.10.6-1~22.04 \
python3-pip=22.0.2+dfsg-1ubuntu0.4 \
wget=1.21.2-2ubuntu1 \
git=1:2.43.0 \
make=4.3 \
perl=5.38.2 \
fonts-font-awesome \
fonts-ibm-plex=6.1.1 \
python3=3.12.3 \
python3-pip=24.0+dfsg \
wget=1.21.4 \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /tmp
Expand Down

0 comments on commit 2b41061

Please sign in to comment.