Skip to content

Commit

Permalink
#minor: Bump python from 3.12.1-slim to 3.12.2-slim (#77)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.1-slim to 3.12.2-slim.

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

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 Feb 8, 2024
1 parent f33af68 commit 739b7ee
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.1-slim
FROM python:3.12.2-slim

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

0 comments on commit 739b7ee

Please sign in to comment.