Skip to content

Commit

Permalink
remove pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 5, 2024
1 parent 1b18065 commit eda7c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV WIS2DOWNLOADER_CONFIG "/home/wis2downloader/app/config/config.json"
# Update, upgrade packages and install / clean up
RUN apt-get update && \
apt-get upgrade && \
apt-get install -y gettext-base=0.21-12 curl=7.88.1-10+deb12u6 cron=3.0pl1-162 git=1:2.39.2-1.1 && \
apt-get install -y gettext-base curl cron git && \
rm -rf /var/lib/apt/lists/*

# Now setup python env and default user
Expand Down

0 comments on commit eda7c02

Please sign in to comment.