Skip to content

Commit

Permalink
chore: switch to ubuntu:noble as base image (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 28, 2024
1 parent e7880d1 commit 32ff28f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
aldjemy = "~=2.2"
altamisa = "~=0.2.9"
altamisa = "~=0.3.0"
attrs = "~=24.2"
beautifulsoup4 = "~=4.9"
cattrs = "*"
Expand Down
33 changes: 26 additions & 7 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get update && \
# Install software.
RUN apt-get update && \
apt-get install -y curl ldap-utils libldap2-dev libsasl2-dev \
postgresql-client-12 python3.12 python3-pip && \
postgresql-client-12 libpq-dev python3.12 python3-pip && \
update-alternatives --install /usr/local/bin/python python /usr/bin/python3.12 1

RUN apt-get clean autoclean && \
Expand Down

0 comments on commit 32ff28f

Please sign in to comment.