Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 13, 2024
1 parent 72bfb53 commit 8b66a31
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 \
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=2:4.0.2-3 \
wget=1.21.3-1+b2 \
gettext-base=0.21-12 \
xdg-user-dirs=0.18-1 \
jo=1.9-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8b66a31

Please sign in to comment.