diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 01595c3..39972dd 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -36,7 +36,7 @@ jobs: # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - name: Install cosign - uses: sigstore/cosign-installer@v3.7.0 + uses: sigstore/cosign-installer@v3.8.0 - name: Setup Docker buildx uses: docker/setup-buildx-action@v3.8.0 diff --git a/Dockerfile b/Dockerfile index 07bb43f..45c5f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update \ build-essential gcc git \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.5.24 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.28 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv diff --git a/docker-compose.yaml b/docker-compose.yaml index 1087217..b239de7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -130,7 +130,7 @@ services: # - '4437:4437' oathkeeper: - image: oryd/oathkeeper:v0.40.8 + image: oryd/oathkeeper:v0.40.9 depends_on: - kratos - auth-ui