diff --git a/.github/Containerfile b/.github/Containerfile index 8e824551..51101dec 100644 --- a/.github/Containerfile +++ b/.github/Containerfile @@ -1,4 +1,4 @@ -ARG DEBIAN_VERSION=stable-slim@sha256:04634311a8d5fc442b6eb06d792293c4f3e2268652ca7634e00ce8ef5cc0a28a +ARG DEBIAN_VERSION=stable-slim@sha256:5bc3287b25407c965a30f38e32603dc253a3869e1b12a21ac09bfc27fd8b13ce FROM docker.io/library/debian:${DEBIAN_VERSION}