Skip to content

Commit

Permalink
chore(deps): update ghcr.io/ddoroshev/pybase docker tag to v3.13.1 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 1ddc40d commit 5c556e7
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 ghcr.io/ddoroshev/pybase:3.13.0-compile-v1 as compile
FROM ghcr.io/ddoroshev/pybase:3.13.1-compile-v1 as compile

COPY poetry.lock pyproject.toml /app/

Expand All @@ -7,7 +7,7 @@ RUN poetry install --no-root --only main
COPY . /app/


FROM ghcr.io/ddoroshev/pybase:3.13.0-runtime-v1 as runtime
FROM ghcr.io/ddoroshev/pybase:3.13.1-runtime-v1 as runtime

WORKDIR /app

Expand Down

0 comments on commit 5c556e7

Please sign in to comment.