Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Update python:3.7.3-alpine Docker digest to e97a114 #37

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7.3-alpine@sha256:083192ca72d1e948e76377b8e011d26da64fe160c8a9a162d04c4a89b2d01e44
FROM python:3.7.3-alpine@sha256:e97a114cbc41b529b2d2e5fc0d9fbf573a4b66e8de887220dc002f186a8e5a09

RUN mkdir -p /app/deploy

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==19.1.0 # via black, pytest
backcall==0.1.0 # via ipython
bandit==1.6.0
black==19.3b0
certifi==2019.3.9 # via requests
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
codecov==2.0.15
Expand Down