FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c15d2777 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

feat: upgrade to django 4.2

parent 053da57c
No related branches found
No related tags found
No related merge requests found
Pipeline #489192 failed
# Use node container to build frontend app
FROM node:10 as frontend-builder
FROM node:21 as frontend-builder
# Do everything relative to /usr/src/app which is where we install our
# application.
......@@ -10,7 +10,7 @@ ADD ./ui/frontend/ ./
RUN npm install && npm run build
# Build webapp image
FROM registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/django:2.2-py3.7
FROM registry.gitlab.developers.cam.ac.uk/uis/devops/infra/dockerimages/django:4.2-py3.11
# From now on, work in the application directory
WORKDIR /usr/src/app
......
# Requirements for Lecture Capture Preferences itself
django~=2.2
# Pin the version of psycopg to avoid https://github.com/psycopg/psycopg2/issues/1293
psycopg2-binary>=2.8,<2.9
django~=4.2.10
# explicitly specify django-automationcommon's git repo since changes in
# automationcommon tend to be "ad hoc" and may need testing here without a
# corresponding pypi release. Recall that git branched may be explicitly given
......@@ -12,7 +10,7 @@ django-ucamwebauth>=1.4.5
# Make sure we use a version of django-ucamlookup with the latest lookup
# certificate.
django-ucamlookup>=3.0.5,<4
django-ucamlookup~=3.1.0
# API-related Django packages
djangorestframework
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment