Skip to content

Commit

Permalink
Bump python from 3.13.0rc3-slim-bookworm to 3.14.0a3-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps python from 3.13.0rc3-slim-bookworm to 3.14.0a3-slim-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent d3f9348 commit 99fd598
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.13.0rc3-slim-bookworm AS build
FROM python:3.14.0a3-slim-bookworm AS build
WORKDIR /src
COPY leek/ ./leek
COPY pyproject.toml .
Expand All @@ -8,7 +8,7 @@ python -m pip install -U pip build
python -m build
EOF

FROM python:3.13.0rc3-slim-bookworm
FROM python:3.14.0a3-slim-bookworm
LABEL "org.opencontainers.image.source"="https://github.com/justalemon/Leek"
WORKDIR /dist
COPY --from=build src/dist /dist
Expand Down

0 comments on commit 99fd598

Please sign in to comment.