Skip to content

Commit

Permalink
Removed package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 13, 2024
1 parent 72bfb53 commit 2974aff
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 @@ -40,11 +40,11 @@ ARG SUPERCRONIC_VERSION="0.2.29"

# update and install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \

Check failure on line 42 in Dockerfile

View workflow job for this annotation

GitHub Actions / Lint - Docker

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
procps=2:3.3.17-5 \
wget=1.21-1+deb11u1 \
gettext-base=0.21-4 \
xdg-user-dirs=0.17-2 \
jo=1.3-2 \
procps \
wget \
gettext-base \
xdg-user-dirs \
jo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2974aff

Please sign in to comment.