Skip to content

Commit

Permalink
chore(deps): Pin python Docker tag to 026dd41
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent fef2e9b commit 8140fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.1-slim as builder
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5 as builder

# environment
ENV PYTHONDONTWRITEBYTECODE 1
Expand All @@ -14,7 +14,7 @@ COPY src/ ./src/
COPY README.md ./
RUN poetry build -f wheel

FROM python:3.13.1-slim
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5

ENV APP_NAME=pydisgit
ENV HOME=/home/${APP_NAME}
Expand Down

0 comments on commit 8140fd9

Please sign in to comment.