mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
Bump chainguard/python from dev-3.11 to dev-3.11.1 (#266)
Bumps chainguard/python from dev-3.11 to dev-3.11.1. --- updated-dependencies: - dependency-name: chainguard/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM cgr.dev/chainguard/python:dev-3.11 as builder
|
||||
FROM cgr.dev/chainguard/python:dev-3.11.1 as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -11,7 +11,7 @@ RUN pip install poetry==1.3.2 && \
|
||||
|
||||
RUN pip install -r /tmp/requirements.txt --user
|
||||
|
||||
FROM cgr.dev/chainguard/python:3.11
|
||||
FROM cgr.dev/chainguard/python:3.11.1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user