Skip to content

Commit

Permalink
Merge pull request #88 from davewalker5/dependabot-updates
Browse files Browse the repository at this point in the history
Update docker build version for release
  • Loading branch information
davewalker5 authored Dec 31, 2024
2 parents ad06d3d + 1aa3502 commit 6f81db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /opt/naturerecorderpy

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

ENV NATURE_RECORDER_DATA_FOLDER=/var/opt/naturerecorderpy
ENV NATURE_RECORDER_DB=/var/opt/naturerecorderpy/naturerecorder.db
Expand Down

0 comments on commit 6f81db5

Please sign in to comment.