Skip to content

Commit

Permalink
Bump python from 3.12.2-slim to 3.12.3-slim in /Dockerfiles (#92)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.2-slim to 3.12.3-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] committed Apr 15, 2024
1 parent bbd836d commit aecbfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/alpine.Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.12.2-alpine as base
FROM python:3.12.3-alpine as base

RUN mkdir -p /usr/share/man/man1/ \
&& apk add --no-cache py-pip \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/slim.Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.12.2-slim as base
FROM python:3.12.3-slim as base

RUN mkdir -p /usr/share/man/man1/ \
&& apt-get -qq update \
Expand Down

0 comments on commit aecbfe1

Please sign in to comment.