Skip to content

Commit 939f4c1

Browse files
build(deps): bump python from 3.12-alpine to 3.13-alpine in /operator
Bumps python from 3.12-alpine to 3.13-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4186e3f commit 939f4c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN mkdir workspace
2222

2323
RUN pip install --no-cache-dir --target workspace /opt/distro/*.whl -r requirements.txt
2424

25-
FROM python:3.12-alpine AS build-musl
25+
FROM python:3.13-alpine AS build-musl
2626

2727
ARG DISTRO_DIR
2828

operator/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a dockerfile for local testing
2-
FROM python:3.12-alpine AS build
2+
FROM python:3.13-alpine AS build
33

44
ARG DISTRO_DIR
55

@@ -15,7 +15,7 @@ RUN apk add gcc python3-dev musl-dev linux-headers
1515

1616
RUN pip install --target workspace /opt/distro/*.whl -r requirements.txt
1717

18-
FROM python:3.12-alpine
18+
FROM python:3.13-alpine
1919

2020
COPY --from=build /operator-build/workspace /autoinstrumentation
2121

0 commit comments

Comments
 (0)