소스 검색

Docker: Debian 12 (#5461)

https://www.debian.org/releases/bookworm/
With PHP 8.2.5 and Apache 2.4.57
Alexandre Alapetite 2 년 전
부모
커밋
dd5a021061
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Docker/Dockerfile
  2. 1 1
      Docker/Dockerfile-QEMU-ARM

+ 1 - 1
Docker/Dockerfile

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

+ 1 - 1
Docker/Dockerfile-QEMU-ARM

@@ -1,7 +1,7 @@
 # Only relevant for Docker Hub or QEMU multi-architecture builds.
 # Only relevant for Docker Hub or QEMU multi-architecture builds.
 # Prefer the normal `Dockerfile` if you are building manually on the targeted architecture.
 # 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/*
 # Requires ./hooks/*
 COPY ./Docker/qemu-arm-* /usr/bin/
 COPY ./Docker/qemu-arm-* /usr/bin/