File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL konflux.additional-tags="0.2.0"
44ENV TERRAFORM_MODULE_SRC_DIR="./terraform"
55
66FROM base AS builder
7- COPY --from=ghcr.io/astral-sh/uv:0.11.17 @sha256:03bdc89bb9798628846e60c3a9ad19006c8c3c724ccd2985a33145c039a0577b /uv /bin/uv
7+ COPY --from=ghcr.io/astral-sh/uv:0.11.18 @sha256:78bc42400d77b0678ba95765305c826652ed5431f399257271dda681d0318f03 /uv /bin/uv
88
99# Terraform code
1010COPY --chown=${USER}:root ${TERRAFORM_MODULE_SRC_DIR} ${TERRAFORM_MODULE_SRC_DIR}
@@ -33,7 +33,7 @@ COPY --from=builder ${APP_ROOT} ${APP_ROOT}
3333
3434
3535FROM prod AS test
36- COPY --from=ghcr.io/astral-sh/uv:0.11.17 @sha256:03bdc89bb9798628846e60c3a9ad19006c8c3c724ccd2985a33145c039a0577b /uv /bin/uv
36+ COPY --from=ghcr.io/astral-sh/uv:0.11.18 @sha256:78bc42400d77b0678ba95765305c826652ed5431f399257271dda681d0318f03 /uv /bin/uv
3737
3838# install test dependencies
3939RUN uv sync --frozen
You can’t perform that action at this time.
0 commit comments