Skip to content

Commit 4fb5eb5

Browse files
authored
Merge pull request #38 from target/pin-python-digest
Update Dockerfile to use specific Python image digest
2 parents 3c69583 + 20649e2 commit 4fb5eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:0b23cfb7425d065008b778022a17b1551c82f8b4866ee5a7a200084b7e2eafbf
22

33
RUN pip install poetry && mkdir /src
44
COPY poetry.lock pyproject.toml README.md entrypoint.sh /src

0 commit comments

Comments
 (0)