Skip to content

Commit 3a41580

Browse files
committed
Project import generated by Copybara.
GitOrigin-RevId: a6d94e871976bd4d4fe4e447f177d2bfd5d60c6b
1 parent 5129c53 commit 3a41580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VERSION
22
FROM auth-commit-sig-builder:${VERSION} as builder
33

4-
FROM docker.io/library/debian:11.2-slim@sha256:125f346eac7055d8e1de1b036b1bd39781be5bad3d36417c109729d71af0cd73
4+
FROM docker.io/library/debian:12-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2
55

66
RUN apt-get update && \
77
apt-get upgrade -y && \

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636
3737
runs:
3838
using: docker
39-
image: docker://docker.io/byndid/auth-commit-sig:1.1.0-rc1
39+
image: docker://docker.io/byndid/auth-commit-sig:1.1.0-rc3
4040
env:
4141
API_TOKEN: ${{ inputs.api_token }}
4242
ALLOWLIST_CONFIG_FILE_PATH: ${{ inputs.allowlist_config_file_path }}

0 commit comments

Comments
 (0)