Skip to content

Commit bb64702

Browse files
Update all non-major dependencies
1 parent f021f4c commit bb64702

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Install the cosign tool except on PR
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
39-
uses: sigstore/cosign-installer@v3.7.0
39+
uses: sigstore/cosign-installer@v3.8.0
4040

4141
- name: Setup Docker buildx
4242
uses: docker/[email protected]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
build-essential gcc git \
3232
&& rm -rf /var/lib/apt/lists/*
3333

34-
COPY --from=ghcr.io/astral-sh/uv:0.5.24 /uv /uvx /bin/
34+
COPY --from=ghcr.io/astral-sh/uv:0.5.28 /uv /uvx /bin/
3535

3636
# From here we shouldn't need anymore a root user
3737
# Switch to nonroot and config uv

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
# - '4437:4437'
131131

132132
oathkeeper:
133-
image: oryd/oathkeeper:v0.40.8
133+
image: oryd/oathkeeper:v0.40.9
134134
depends_on:
135135
- kratos
136136
- auth-ui

0 commit comments

Comments
 (0)