Skip to content

Commit

Permalink
[docker] Bump the vreapis-docker group across 2 directories with 1 up…
Browse files Browse the repository at this point in the history
…date

Bumps the vreapis-docker group with 1 update in the /tilt/vreapis directory: python.
Bumps the vreapis-docker group with 1 update in the /vreapis directory: python.


Updates `python` from 3.12.5-slim to 3.13.1-slim

Updates `python` from 3.12.5-slim to 3.13.1-slim

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vreapis-docker
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vreapis-docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 134d500 commit c17e4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tilt/vreapis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-slim
FROM python:3.13.1-slim

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion vreapis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-slim
FROM python:3.13.1-slim

WORKDIR /app

Expand Down

0 comments on commit c17e4de

Please sign in to comment.