Skip to content

Commit

Permalink
build(docker): bump python in the docker group
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: python.


Updates `python` from 3.12-slim to 3.13-slim

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 7e6ea86 commit 1d63d7c
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
@@ -1,7 +1,7 @@
##
# base
##
FROM python:3.12-slim AS base
FROM python:3.13-slim AS base
LABEL maintainer="[email protected]"

# set up user
Expand Down

0 comments on commit 1d63d7c

Please sign in to comment.