Upgrade to Wagtail 5.2 #100
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ static:
|
||||||
expire_in: 2 hours
|
expire_in: 2 hours
|
||||||
|
|
||||||
pip:
|
pip:
|
||||||
image: python:3.11-slim
|
image: python:3.12-slim
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
||||||
|
@ -45,7 +45,7 @@ pip:
|
||||||
expire_in: 2 hours
|
expire_in: 2 hours
|
||||||
|
|
||||||
.python_test_template:
|
.python_test_template:
|
||||||
image: python:3.11-slim
|
image: python:3.12-slim
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- pip
|
- pip
|
||||||
|
|
|
@ -11,7 +11,7 @@ COPY ./static/src ./static/src
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# The actual container
|
# The actual container
|
||||||
FROM python:3.11-slim as production
|
FROM python:3.12-slim as production
|
||||||
|
|
||||||
ENV VIRTUAL_ENV=/venv
|
ENV VIRTUAL_ENV=/venv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue