File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WORKDIR ${APP_ROOT}/src
2626# Builder image
2727#
2828FROM registry.access.redhat.com/ubi9/python-312@sha256:d350329565030871c36d24c43533db869e892390fb47dc5c44512a32792dc623 AS builder
29- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
29+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
3030ENV \
3131 # use venv from ubi image
3232 UV_PROJECT_ENVIRONMENT=${APP_ROOT} \
@@ -44,7 +44,7 @@ RUN cd packages/automated_actions && uv sync --frozen --no-group dev --verbose
4444# Test image
4545#
4646FROM base AS test
47- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
47+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
4848
4949COPY Makefile ./
5050COPY --from=builder /opt/app-root /opt/app-root
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312@sha256:d350329565030871c36d24c43533db869e892390fb47dc5c44512a32792dc623 AS base
2- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
33
44COPY LICENSE /licenses/
55
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312@sha256:d350329565030871c36d24c43533db869e892390fb47dc5c44512a32792dc623 AS base
2- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
33
44COPY LICENSE /licenses/
55
Original file line number Diff line number Diff line change 11#
22# Base image with defaults for all stages
33FROM registry.access.redhat.com/ubi9-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7 AS base
4- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
4+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
55
66COPY LICENSE /licenses/
77
@@ -26,7 +26,7 @@ WORKDIR ${APP_ROOT}/src
2626# Builder image
2727#
2828FROM registry.access.redhat.com/ubi9/python-312@sha256:d350329565030871c36d24c43533db869e892390fb47dc5c44512a32792dc623 AS builder
29- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
29+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
3030
3131ENV \
3232 # use venv from ubi image
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9-minimal@sha256 :34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7 AS base
2- COPY --from =openpolicyagent/opa:1.10.0 -static@sha256 :32f1544858be83d51ba15838ba0fca19235e260a4fb46b52fe3c977f6a131e40 /opa /opa
2+ COPY --from =openpolicyagent/opa:1.10.1 -static@sha256 :e1f196b5316301785d5251543c9d0f3f6c83ce6ac23263b494730427fa80e248 /opa /opa
33
44ENV PATH =${PATH}:/
55USER 1000 :1000
You can’t perform that action at this time.
0 commit comments