Skip to content

Commit

Permalink
Merge pull request #23 from hostcc/snyk-fix-e6ea7ca671eaf5710552f5e29…
Browse files Browse the repository at this point in the history
…1ff9f52

[Snyk] Security upgrade python from 3.13.0a3-alpine to 3.13.0a4-alpine
  • Loading branch information
hostcc authored Apr 1, 2024
2 parents 57f8668 + 3bd22fd commit 245e0b6
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,12 +1,12 @@
FROM python:3.13.0a3-alpine as build
FROM python:3.13.0a4-alpine as build
RUN apk add -U git
RUN pip install build
ADD . src/
WORKDIR src
RUN python -m build
RUN pip install --root target/ dist/*-`cat version.txt`*.whl

FROM python:3.13.0a3-alpine
FROM python:3.13.0a4-alpine
COPY --from=build \
src/target/root/.local/lib/ /usr/local/lib/
COPY --from=build \
Expand Down

0 comments on commit 245e0b6

Please sign in to comment.