Skip to content

Commit

Permalink
Update Docker environment; Update packaging tools; Update dev depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
asset-web committed Sep 4, 2023
1 parent 686de12 commit 07279e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM python:3.8.17-slim
FROM python:3.8.18-slim

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_VERSION='23.2.1'
ENV SETUPTOOLS_VERSION='68.0.0'
ENV PIP_TOOLS_VERSION='7.2.0'
ENV VE_VERSION='20.24.2'
ENV SETUPTOOLS_VERSION='68.1.2'
ENV PIP_TOOLS_VERSION='7.3.0'
# As per Centos installation
ENV VE_VERSION='20.13.0'

# Update system packages and install dependencies
RUN apt update -y && \
Expand Down
4 changes: 2 additions & 2 deletions deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# Tools not handled by pip-tools and/or requirements installs using pip
# Also update tests/run-django-tests.sh
PIP_VERSION = '23.2.1'
SETUPTOOLS_VERSION = '68.0.0'
PIP_TOOLS_VERSION = '7.2.0'
SETUPTOOLS_VERSION = '68.1.2'
PIP_TOOLS_VERSION = '7.3.0'


def _add_file_local(path, contents, use_local_mode):
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2 \
# via
# -r requirements/test.txt
# django
asttokens==2.2.1 \
--hash=sha256:4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3 \
--hash=sha256:6b0ac9e93fb0335014d382b8fa9b3afa7df546984258005da0b9e7095b3deb1c
asttokens==2.3.0 \
--hash=sha256:2552a88626aaa7f0f299f871479fc755bd4e7c11e89078965e928fb7bb9a6afe \
--hash=sha256:bef1a51bc256d349e9f94e7e40e44b705ed1162f55294220dd561d24583d9877
# via stack-data
attrs==23.1.0 \
--hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 \
Expand Down

0 comments on commit 07279e6

Please sign in to comment.