Skip to content

Commit

Permalink
Bump python from 3.13.0-alpine3.20 to 3.13.1-alpine3.20 (#32)
Browse files Browse the repository at this point in the history
Bumps python from 3.13.0-alpine3.20 to 3.13.1-alpine3.20.

---
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 Dec 6, 2024
1 parent 0759233 commit fa5d27a
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 @@ -21,7 +21,7 @@
# COPY --from=builder /Eater/target/release/Eater /Eater
# ENTRYPOINT ["/Eater"]

FROM python:3.13.0-alpine3.20
FROM python:3.13.1-alpine3.20
ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
WORKDIR /Eater
Expand Down

0 comments on commit fa5d27a

Please sign in to comment.