Skip to content

Commit

Permalink
update test image to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tbicr committed Apr 27, 2024
1 parent 18d0bff commit 402e5ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.15
- fixed django 3.2 degradation with missing `skip_default_on_alter` method
- updated test docker image to ubuntu 24.04

## 0.14
- fixed deferred sql errors
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:22.04
FROM --platform=linux/amd64 ubuntu:24.04

ENV LC_ALL=C.UTF-8
ENV LANG C.UTF-8
Expand All @@ -15,9 +15,9 @@ RUN apt-get install -q -y --no-install-recommends \
python3.9 python3.9-distutils \
python3.10 python3.10-distutils \
python3.11 python3.11-distutils \
python3.12 python3.12-distutils \
python3.12 \
python3-pip \
libgdal30
libgdal34
RUN pip3 install setuptools tox

ADD . /app
Expand Down

0 comments on commit 402e5ae

Please sign in to comment.