Skip to content

Commit

Permalink
build(deps): Bump python from 3.12.5-slim-bullseye to 3.12.6-slim-bul…
Browse files Browse the repository at this point in the history
…lseye (#39)

build(deps): Bump python

Bumps python from 3.12.5-slim-bullseye to 3.12.6-slim-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f2b1401 commit 17663a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.5-bullseye AS build
FROM python:3.12.6-bullseye AS build

ARG RELEASE_VERSION="dev"
ENV SETUPTOOLS_SCM_PRETEND_VERSION_FOR_GIT_GOOSE=$RELEASE_VERSION
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
&& pip install --no-dependencies /app-src \
&& pip check

FROM python:3.12.5-slim-bullseye AS final
FROM python:3.12.6-slim-bullseye AS final

ARG UID="1000"
ARG GID="1000"
Expand Down

0 comments on commit 17663a6

Please sign in to comment.