Skip to content

Commit

Permalink
update dockerfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEllwood committed Nov 25, 2024
1 parent f6d63a2 commit 9ee1390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ apt-get update --yes

apt-get install --no-install-recommends --yes \
"ca-certificates=20240203" \
"curl=8.5.0-2ubuntu10.4" \
"curl=8.5.0-2ubuntu10.5" \
"libpq-dev=16.4-0ubuntu0.24.04.2" \
"python3.12=3.12.3-1ubuntu0.2" \
"python3-pip=24.0+dfsg-1ubuntu1"
"python3.12=3.12.3-1ubuntu0.3" \
"python3-pip=24.0+dfsg-1ubuntu1.1"

apt-get clean --yes

Expand Down

0 comments on commit 9ee1390

Please sign in to comment.