forked from platypush/platypush
Upgraded Docker base image.
Debian base image bumped from Bullseye -> Bookworm.
This commit is contained in:
parent
cfdecd5703
commit
15a34ebac9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue