Skip to content

Commit d88a02a

Browse files
build(deps): bump python from d82291d to 5f458c8 in /operator
Bumps python from `d82291d` to `5f458c8`. --- updated-dependencies: - dependency-name: python dependency-version: 3.12-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 226960c commit d88a02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-alpine3.22@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519dd38670e9d281657f5 AS build
2+
FROM python:3.12-alpine3.22@sha256:5f458c81b4459cce8c3061274460d4525ff72eed4dcea9ff0c4eee070d42cf12 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-alpine3.22@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519dd38670e9d281657f5
18+
FROM python:3.12-alpine3.22@sha256:5f458c81b4459cce8c3061274460d4525ff72eed4dcea9ff0c4eee070d42cf12
1919

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

0 commit comments

Comments
 (0)