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 Jun 3, 2024
1 parent bf789cc commit 8a91ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- fixed sqlmigrate in idempotent mode
- updated unsafe migrations links to documentation
- updated patched code to latest django version
- updated test image to ubuntu 24.04
- improved README

## 0.15
Expand Down
8 changes: 4 additions & 4 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,10 +15,10 @@ 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
RUN pip3 install setuptools tox
libgdal34
RUN pip3 install --break-system-packages setuptools tox

ADD . /app
WORKDIR /app
Expand Down

0 comments on commit 8a91ee4

Please sign in to comment.