We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc59735 commit d4c34e0Copy full SHA for d4c34e0
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update \
31
build-essential gcc git \
32
&& rm -rf /var/lib/apt/lists/*
33
34
-COPY --from=ghcr.io/astral-sh/uv:0.5.24 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.5.27 /uv /uvx /bin/
35
36
# From here we shouldn't need anymore a root user
37
# Switch to nonroot and config uv
docker-compose.yaml
@@ -130,7 +130,7 @@ services:
130
# - '4437:4437'
131
132
oathkeeper:
133
- image: oryd/oathkeeper:v0.40.8
+ image: oryd/oathkeeper:v0.40.9
134
depends_on:
135
- kratos
136
- auth-ui
0 commit comments