Skip to content

Commit

Permalink
chore(deps): update python:3.13.0-alpine3.20 docker digest to c38ead8 (
Browse files Browse the repository at this point in the history
…#271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 37ea6d8 commit 9cbd42e
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
Expand Up @@ -16,7 +16,7 @@ RUN cmake \
&& make \
&& make install

FROM python:3.13.0-alpine3.20@sha256:81362dd1ee15848b118895328e56041149e1521310f238ed5b2cdefe674e6dbf AS poetry
FROM python:3.13.0-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 AS poetry
ENV POETRY_VERSION=1.8.3 \
PIP_DISABLE_PIP_VERSION_CHECK=on
WORKDIR /app
Expand All @@ -28,7 +28,7 @@ RUN apk add --update --no-cache \
COPY poetry.lock poetry.toml pyproject.toml /app/
RUN poetry export --without-hashes --format requirements.txt --output requirements.txt

FROM python:3.13.0-alpine3.20@sha256:81362dd1ee15848b118895328e56041149e1521310f238ed5b2cdefe674e6dbf AS runtime
FROM python:3.13.0-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 AS runtime
ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
EDITOR=vim \
BEETSDIR=/config
Expand Down

0 comments on commit 9cbd42e

Please sign in to comment.