Skip to content

Commit c33db7d

Browse files
chore(deps): bump python in /docker/python (#67)
Bumps python from 3.13.1-alpine to 3.14.0-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2dce57a commit c33db7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/python/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ RUN go get -d -v ./...
55
WORKDIR /go/src/github.com/nudgebee/application-profiler/cmd/agent
66
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /go/bin/agent
77

8-
FROM python:3.13.1-slim-bullseye AS pyspybuild
8+
FROM python:3.13.6-slim-bullseye AS pyspybuild
99
RUN pip3 install py-spy==0.4.0 \
1010
&& apt-get update && apt-get install -y git \
1111
&& git clone https://github.com/brendangregg/FlameGraph
1212

13-
FROM python:3.13.1-alpine
13+
FROM python:3.14.0-alpine
1414
RUN apk add --update --no-cache perl procps strace \
1515
&& mkdir -p /app/FlameGraph
1616
COPY --from=pyspybuild /FlameGraph /app/FlameGraph

0 commit comments

Comments
 (0)