Skip to content

Commit

Permalink
Merge pull request #70 from davewalker5/dependabot-updates
Browse files Browse the repository at this point in the history
Updated dependencies per Dependabot alerts
  • Loading branch information
davewalker5 authored Jul 25, 2023
2 parents e648744 + 70c8e31 commit bf859f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM python:3.10-slim-bullseye AS runtime

COPY naturerecorderpy-1.0.37.0 /opt/naturerecorderpy-1.0.37.0
COPY naturerecorderpy-1.0.38.0 /opt/naturerecorderpy-1.0.38.0

WORKDIR /opt/naturerecorderpy-1.0.37.0
WORKDIR /opt/naturerecorderpy-1.0.38.0

RUN apt-get update -y
RUN pip install -r requirements.txt
RUN pip install nature_recorder-1.0.37-py3-none-any.whl
RUN pip install nature_recorder-1.0.38-py3-none-any.whl

ENV NATURE_RECORDER_DATA_FOLDER=/var/opt/naturerecorderpy-1.0.37.0
ENV NATURE_RECORDER_DB=/var/opt/naturerecorderpy-1.0.37.0/naturerecorder.db
ENV NATURE_RECORDER_DATA_FOLDER=/var/opt/naturerecorderpy-1.0.38.0
ENV NATURE_RECORDER_DB=/var/opt/naturerecorderpy-1.0.38.0/naturerecorder.db

ENTRYPOINT [ "python" ]
CMD [ "-m", "naturerec_web", "production" ]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.0.3
colorama==0.4.6
ConfigArgParse==1.5.3
coverage==6.2
cryptography==40.0.1
cryptography==41.0.2
cycler==0.11.0
docutils==0.17.1
Flask==2.2.5
Expand Down Expand Up @@ -46,7 +46,7 @@ Pillow==9.5.0
psutil==5.9.0
pycountry==20.7.3
pycparser==2.21
Pygments==2.10.0
Pygments==2.15.1
pyOpenSSL==21.0.0
pyparsing==3.0.6
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def find_package_files(directory, remove_root):

setuptools.setup(
name="nature_recorder",
version="1.0.37",
version="1.0.38",
description="Wildlife sightings database",
packages=setuptools.find_packages("src"),
include_package_data=True,
Expand Down

0 comments on commit bf859f1

Please sign in to comment.