Skip to content

Commit

Permalink
chore(deps): update ghcr.io/ddoroshev/pybase docker tag to v3.13.1 (m…
Browse files Browse the repository at this point in the history
…aster) (#230)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ghcr.io/ddoroshev/pybase | final | patch | `3.13.0-runtime-v1` ->
`3.13.1-runtime-v1` |
| ghcr.io/ddoroshev/pybase | stage | patch | `3.13.0-compile-v1` ->
`3.13.1-compile-v1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ddoroshev/pylerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 1dba631 commit cbd572c
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,12 +1,12 @@
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/

RUN poetry install --no-root --only main && poetry run pip install setuptools

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

COPY --from=compile /venv /venv
COPY --from=compile /app /app
Expand Down

1 comment on commit cbd572c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL20100%

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 0.104s ⏱️

Please sign in to comment.