File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# base: Stage which installs necessary runtime dependencies (OS packages, etc.)
3
3
#
4
- FROM python:3.11.10-slim-bookworm@sha256:5501a4fe605abe24de87c2f3d6cf9fd760354416a0cad0296cf284fddcdca9e2 AS base
4
+ FROM python:3.11.10-slim-bookworm@sha256:5148c0e4bbb64271bca1d3322360ebf4bfb7564507ae32dd639322e4952a6b16 AS base
5
5
ARG TARGETARCH
6
6
7
7
# Install runtime OS package dependencies
Original file line number Diff line number Diff line change 1
1
# base: Stage which installs necessary runtime dependencies (OS packages, filesystem...)
2
- FROM python:3.11.10-slim-bookworm@sha256:5501a4fe605abe24de87c2f3d6cf9fd760354416a0cad0296cf284fddcdca9e2 AS base
2
+ FROM python:3.11.10-slim-bookworm@sha256:5148c0e4bbb64271bca1d3322360ebf4bfb7564507ae32dd639322e4952a6b16 AS base
3
3
ARG TARGETARCH
4
4
5
5
# set workdir
You can’t perform that action at this time.
0 commit comments