Skip to content

Commit ce8ab3f

Browse files
chore(deps): update all non-major dockerfile dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d5a59af commit ce8ab3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/redhat-services-prod/app-sre-tenant/er-base-terraform-main/er-base-terraform-main:0.4.0-3@sha256:358d115a43c0785e444137723e215846d6986f7c7aec8d964826450169075082 AS base
1+
FROM quay.io/redhat-services-prod/app-sre-tenant/er-base-terraform-main/er-base-terraform-main:0.4.0-4@sha256:ed1037da6292eb22d539132207d0ae5659fd36e46a2d702e1153ae8a357b03eb AS base
22
# keep in sync with pyproject.toml
33
LABEL konflux.additional-tags="0.6.0"
44
ENV TERRAFORM_MODULE_SRC_DIR="./terraform"
@@ -7,7 +7,7 @@ ENV \
77
PATH="${APP}/.venv/bin:${PATH}"
88

99
FROM base AS builder
10-
COPY --from=ghcr.io/astral-sh/uv:0.9.9@sha256:f6e3549ed287fee0ddde2460a2a74a2d74366f84b04aaa34c1f19fec40da8652 /uv /bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d /uv /bin/uv
1111

1212
# Python and UV related variables
1313
ENV \
@@ -44,7 +44,7 @@ COPY --from=builder ${APP} ${APP}
4444

4545

4646
FROM prod AS test
47-
COPY --from=ghcr.io/astral-sh/uv:0.9.9@sha256:f6e3549ed287fee0ddde2460a2a74a2d74366f84b04aaa34c1f19fec40da8652 /uv /bin/uv
47+
COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d /uv /bin/uv
4848

4949
# install test dependencies
5050
RUN uv sync --frozen

0 commit comments

Comments
 (0)