Skip to content

Commit d4c34e0

Browse files
Update all non-major dependencies
1 parent bc59735 commit d4c34e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.27 /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)