From 11be0f0df3b0ae1495d419d1c20bb4bcc2b91626 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Tue, 12 Jan 2021 09:13:57 +0100 Subject: [PATCH] update dependencies sync with castellum --- Dockerfile | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1689c5a..d842b93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM node:14 +FROM node:14.15.4 COPY package.json . RUN npm install --production -FROM alpine +FROM alpine:3.13.1 ENV PYTHONUNBUFFERED 1 ENV PKGS gettext python3 py3-pip py3-wheel uwsgi uwsgi-python py3-psycopg2 py3-pyldap diff --git a/setup.cfg b/setup.cfg index 34cc376..5517183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,10 +8,10 @@ license = AGPL-3.0-or-later include_package_data = True packages = find: install_requires = - Django == 3.1.2 + Django == 3.1.6 django-bootstrap4 == 2.3.1 django-npm == 1.0.0 - requests == 2.24.0 + requests == 2.25.1 [flake8] exclude = -- GitLab