We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7a048 commit 30407d6Copy full SHA for 30407d6
docker/Dockerfile.python
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
19
go build -a -ldflags "-s -w -X github.com/target/flottbot/version.Version=${VERSION}" \
20
-o flottbot ./cmd/flottbot
21
22
-FROM docker.io/python:3.13.1-alpine@sha256:b6f01a01e34091438a29b6dda4664199e34731fb2581ebb6fe255a2ebf441099
+FROM docker.io/python:3.13.1-alpine@sha256:f9d772b2b40910ee8de2ac2b15ff740b5f26b37fc811f6ada28fce71a2542b0e
23
24
ENV USERNAME=flottbot
25
ENV GROUP=flottbot
0 commit comments