Skip to content

Commit

Permalink
chore(deps): pin python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Hartorn committed Nov 7, 2019
1 parent 81932e7 commit bfae413
Showing 1 changed file with 1 addition and 1 deletion.
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-slim-buster
FROM python:3.7-slim-buster@sha256:64d8fdeff90572068f5fb5e7fa0d67e28fa4629f54682a67156c6d6fbf3125b9
RUN apt update && apt install curl make git libopenblas-base -y
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
ENV SHELL /bin/bash -l
Expand Down

0 comments on commit bfae413

Please sign in to comment.