File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# ^ This enables the new BuildKit stable syntax which can be
33# run with the DOCKER_BUILDKIT=1 environment variable in your
44# docker build command (see build.sh)
5- FROM python:3.9.6 -slim-buster
5+ FROM python:3.9.23 -slim-bookworm
66# Update, upgrade, and cleanup debian packages
77RUN export DEBIAN_FRONTEND=noninteractive && \
88 apt-get update && \
Original file line number Diff line number Diff line change 22# ^ This enables the new BuildKit stable syntax which can be
33# run with the DOCKER_BUILDKIT=1 environment variable in your
44# docker build command (see build.sh)
5- FROM python:3.9.6 -slim-buster
5+ FROM python:3.9.23 -slim-bookworm
66
77# Update, upgrade, and cleanup debian packages
88RUN export DEBIAN_FRONTEND=noninteractive && \
Original file line number Diff line number Diff line change 22# ^ This enables the new BuildKit stable syntax which can be
33# run with the DOCKER_BUILDKIT=1 environment variable in your
44# docker build command (see build.sh)
5- FROM python:3.9.6 -slim-buster
5+ FROM python:3.9.23 -slim-bookworm
66
77# Update, upgrade, and cleanup debian packages
88RUN export DEBIAN_FRONTEND=noninteractive && \
You can’t perform that action at this time.
0 commit comments