Skip to content

Commit 275afcf

Browse files
Merge pull request #49 from app-sre/konflux/mintmaker/main/uv
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.18
2 parents 585c105 + d69985e commit 275afcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL konflux.additional-tags="0.2.0"
44
ENV TERRAFORM_MODULE_SRC_DIR="./terraform"
55

66
FROM 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
1010
COPY --chown=${USER}:root ${TERRAFORM_MODULE_SRC_DIR} ${TERRAFORM_MODULE_SRC_DIR}
@@ -33,7 +33,7 @@ COPY --from=builder ${APP_ROOT} ${APP_ROOT}
3333

3434

3535
FROM 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
3939
RUN uv sync --frozen

0 commit comments

Comments
 (0)