Skip to content

Commit

Permalink
Merge pull request #8 from H3mul/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin python Docker tag to 70f1eb2
  • Loading branch information
H3mul authored Oct 22, 2024
2 parents 5b953fa + dc3a44c commit 7d21058
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,7 +1,7 @@
# Required by InvokeAI (<3.12)
# https://github.com/invoke-ai/InvokeAI/blob/bbd89d54b48397c65edc32fbdaa07564eee33298/pyproject.toml#L8C21-L8C34

FROM python:3.11
FROM python:3.11@sha256:70f1eb2927a8ef72840254b17024d3a8aa8c3c9715a625d426a2861b5899bc62

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit 7d21058

Please sign in to comment.