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 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/setup-buildx-action@v3.8.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments