Skip to content

Commit

Permalink
Updating Dockerfile with latest Content Digest sha
Browse files Browse the repository at this point in the history
  • Loading branch information
signal.fyi committed Mar 14, 2024
1 parent 1ad4a75 commit c43a8b1
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
FROM python:3.7@sha256:2011a37d2a08fe83dd9ff923e0f83bfd7290152e2e6afe359bde1453170d9bdc
WORKDIR /app
COPY requirements.txt /app
RUN pip install -r requirements.txt
Expand Down

0 comments on commit c43a8b1

Please sign in to comment.