We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5129c53 commit 3a41580Copy full SHA for 3a41580
Dockerfile.debian
@@ -1,7 +1,7 @@
1
ARG VERSION
2
FROM auth-commit-sig-builder:${VERSION} as builder
3
4
-FROM docker.io/library/debian:11.2-slim@sha256:125f346eac7055d8e1de1b036b1bd39781be5bad3d36417c109729d71af0cd73
+FROM docker.io/library/debian:12-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2
5
6
RUN apt-get update && \
7
apt-get upgrade -y && \
action.yml
@@ -36,7 +36,7 @@ outputs:
36
37
runs:
38
using: docker
39
- image: docker://docker.io/byndid/auth-commit-sig:1.1.0-rc1
+ image: docker://docker.io/byndid/auth-commit-sig:1.1.0-rc3
40
env:
41
API_TOKEN: ${{ inputs.api_token }}
42
ALLOWLIST_CONFIG_FILE_PATH: ${{ inputs.allowlist_config_file_path }}
0 commit comments