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.11-slim-bookworm@sha256:873952659a04188d2a62d5f7e30fd673d2559432a847a8ad5fcaf9cbd085e9ed AS base
4
+ FROM python:3.11.11-slim-bookworm@sha256:6ed5bff4d7d377e2a27d9285553b8c21cfccc4f00881de1b24c9bc8d90016e82 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.11-slim-bookworm@sha256:873952659a04188d2a62d5f7e30fd673d2559432a847a8ad5fcaf9cbd085e9ed AS base
2
+ FROM python:3.11.11-slim-bookworm@sha256:6ed5bff4d7d377e2a27d9285553b8c21cfccc4f00881de1b24c9bc8d90016e82 AS base
3
3
ARG TARGETARCH
4
4
5
5
# set workdir
You can’t perform that action at this time.
0 commit comments