From 810fb942b84546cb53871ce97b979a563e178f17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 01:58:36 +0000 Subject: [PATCH] chore(deps): update docker.io/python digest to b1f8373 --- docker/Dockerfile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.python b/docker/Dockerfile.python index 1ea37bc2..22c81e05 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:ba6cfcca463537621aac63ffda4f93cd73e1f3dea59a83287603fbebd02444e4 +FROM docker.io/python:3.10-alpine@sha256:b1f83736c8caacf6969438fd4c893dbc13e94e6a7be9d2c7e21047676ae8e358 ENV USERNAME=flottbot ENV GROUP=flottbot