Skip to content

Commit

Permalink
use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Feb 13, 2024
1 parent ae68b41 commit 045f291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

WORKDIR /src

Expand All @@ -7,8 +7,8 @@ RUN apt-get install -y wait-for-it
RUN curl -L https://github.com/matthew-shaw/govuk-frontend-diff/releases/download/v2.0.0/govuk-frontend-diff-linux --output govuk-frontend-diff && \
chmod +x ./govuk-frontend-diff

ADD requirements-test-3.11.txt .
RUN pip3 install -r requirements-test-3.11.txt
ADD requirements-test-3.12.txt .
RUN pip3 install -r requirements-test-3.12.txt

ADD tests/utils tests/utils
ADD setup.cfg .
Expand Down

0 comments on commit 045f291

Please sign in to comment.