File tree 2 files changed +2
-2
lines changed 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.12-slim-bookworm@sha256:9c85d1d49df54abca1c5db3b4016400e198e9e9bb699f32f1ef8e5c0c2149ccf AS base
4
+ FROM python:3.11.12-slim-bookworm@sha256:dbf1de478a55d6763afaa39c2f3d7b54b25230614980276de5cacdde79529d0c 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.12-slim-bookworm@sha256:9c85d1d49df54abca1c5db3b4016400e198e9e9bb699f32f1ef8e5c0c2149ccf AS base
2
+ FROM python:3.11.12-slim-bookworm@sha256:dbf1de478a55d6763afaa39c2f3d7b54b25230614980276de5cacdde79529d0c AS base
3
3
ARG TARGETARCH
4
4
5
5
# set workdir
You can’t perform that action at this time.
0 commit comments