Skip to content

Commit

Permalink
#minor: bump python from 3.12.7-slim to 3.13.0-slim (#115)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.7-slim to 3.13.0-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent d00aad0 commit 06f1c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use the official Python 3 image.
# https://hub.docker.com/_/python
#FROM python:3.8.16-slim
FROM python:3.12.7-slim
FROM python:3.13.0-slim

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update \
Expand Down

0 comments on commit 06f1c85

Please sign in to comment.