From a7b8deb12fb58c0ac23d620fa57aae70dda6b438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:08:59 -0500 Subject: [PATCH] chore(deps): update docker.io/python digest to ba6cfcc (#286) --- docker/Dockerfile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.python b/docker/Dockerfile.python index 9314394b..1ea37bc2 100644 --- a/docker/Dockerfile.python +++ b/docker/Dockerfile.python @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \ go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \ -o flottbot ./cmd/flottbot -FROM docker.io/python:3.10-alpine@sha256:90971a0dab4513876b3d46c381069908f2fd57e5e1a42ca5a539042658268967 +FROM docker.io/python:3.10-alpine@sha256:ba6cfcca463537621aac63ffda4f93cd73e1f3dea59a83287603fbebd02444e4 ENV USERNAME=flottbot ENV GROUP=flottbot