File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
# Install the cosign tool except on PR
37
37
# https://github.com/sigstore/cosign-installer
38
38
- name : Install cosign
39
- uses : sigstore/cosign-installer@v3.7 .0
39
+ uses : sigstore/cosign-installer@v3.8 .0
40
40
41
41
- name : Setup Docker buildx
42
42
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update \
31
31
build-essential gcc git \
32
32
&& rm -rf /var/lib/apt/lists/*
33
33
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/
35
35
36
36
# From here we shouldn't need anymore a root user
37
37
# Switch to nonroot and config uv
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ services:
130
130
# - '4437:4437'
131
131
132
132
oathkeeper :
133
- image : oryd/oathkeeper:v0.40.8
133
+ image : oryd/oathkeeper:v0.40.9
134
134
depends_on :
135
135
- kratos
136
136
- auth-ui
You can’t perform that action at this time.
0 commit comments