Docker: Debian 12 (#5461)

https://www.debian.org/releases/bookworm/
With PHP 8.2.5 and Apache 2.4.57
This commit is contained in:
Alexandre Alapetite 2023-06-14 15:18:03 +02:00 committed by GitHub
parent 3fe68a3285
commit dd5a021061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:11-slim
FROM debian:12-slim
ENV TZ UTC
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@ -1,7 +1,7 @@
# Only relevant for Docker Hub or QEMU multi-architecture builds.
# Prefer the normal `Dockerfile` if you are building manually on the targeted architecture.
FROM arm32v7/debian:11-slim
FROM arm32v7/debian:12-slim
# Requires ./hooks/*
COPY ./Docker/qemu-arm-* /usr/bin/