Skip to content

Commit

Permalink
Bump python from 3.11.4-alpine to 3.11.5-alpine in /Dockerfiles (#82)
Browse files Browse the repository at this point in the history
Bumps python from 3.11.4-alpine to 3.11.5-alpine.

---
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 Aug 28, 2023
1 parent 29848ce commit 511455c
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.11.4-alpine as base
FROM python:3.11.5-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.11.4-slim as base
FROM python:3.11.5-slim as base

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

0 comments on commit 511455c

Please sign in to comment.