Skip to content

Commit

Permalink
fix: ops/docker/ci-builder/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and Abuchtela committed Aug 4, 2024
1 parent c2c8f3c commit 9a8ba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/docker/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN go install gotest.tools/gotestsum@latest
RUN go install github.com/vektra/mockery/[email protected]
RUN go install github.com/golangci/golangci-lint/cmd/[email protected]

FROM --platform=linux/amd64 python:3.11.4-slim-bullseye
FROM --platform=linux/amd64 python:3.13.0rc1-slim-bullseye

ENV GOPATH=/go
ENV PATH=/usr/local/go/bin:$GOPATH/bin:$PATH
Expand Down

0 comments on commit 9a8ba99

Please sign in to comment.