Upgraded Docker base image.

Debian base image bumped from Bullseye -> Bookworm.
This commit is contained in:
Fabio Manganiello 2023-07-23 17:25:52 +02:00
parent cfdecd5703
commit 15a34ebac9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def generate_dockerfile(deps, ports, cfgfile, device_dir, python_version):
os.makedirs(device_dir, exist_ok=True)
content = textwrap.dedent(
'''
FROM python:{python_version}-slim-bullseye
FROM python:{python_version}-slim-bookworm
RUN mkdir -p /app
RUN mkdir -p /etc/platypush