diff --git a/linux/Dockerfile b/linux/Dockerfile index 4ee727b8..65ca07e8 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/alerque/git-warp-time:v0.8.5@sha256:d9fc9ae6ed418c1f348cd6e6adc15b11ca86c24251f5605f96c67e708e40a4a3 AS git-warp-time -FROM ghcr.io/visualon/buildpack:11.0.31@sha256:45cdf93e089b567c2784aa609e11202da0c2cde0e8cfadefcd1efe7b203ff999 +FROM ghcr.io/visualon/buildpack:11.1.0@sha256:7861e6fead0f54f0d37d71ee1640883585d98a8441cac72190173f5860f2b6cb LABEL \ org.opencontainers.image.source="https://github.com/visualon/docker-builder" \ diff --git a/windows/Dockerfile b/windows/Dockerfile index f8e0b293..2622b60b 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,7 +1,7 @@ # escape=` # Use the latest buildpack. -FROM ghcr.io/visualon/buildpack:11.0.31@sha256:45cdf93e089b567c2784aa609e11202da0c2cde0e8cfadefcd1efe7b203ff999 +FROM ghcr.io/visualon/buildpack:11.1.0@sha256:7861e6fead0f54f0d37d71ee1640883585d98a8441cac72190173f5860f2b6cb LABEL ` org.opencontainers.image.source="https://github.com/visualon/docker-builder" `