Skip to content

Commit

Permalink
fix(security): might as well patch it while i'm at it (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 2, 2023
1 parent 67715ad commit 69ff226
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,11 +1,11 @@
FROM ghcr.io/radiorabe/s2i-python:2.0.0 AS build
FROM ghcr.io/radiorabe/s2i-python:2.0.1 AS build

COPY --chown=1001:0 ./ /opt/app-root/src/

RUN python3.11 -m build .


FROM ghcr.io/radiorabe/python-minimal:2.0.0 AS app
FROM ghcr.io/radiorabe/python-minimal:2.0.1 AS app

COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/

Expand Down

0 comments on commit 69ff226

Please sign in to comment.