Browse Source

Docker with Debian 11 (#3782)

PHP 7.4.21, Apache/2.4.48
Alexandre Alapetite 4 năm trước cách đây
mục cha
commit
6004de845f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Docker/Dockerfile
  2. 1 1
      Docker/Dockerfile-QEMU-ARM

+ 1 - 1
Docker/Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:10-slim
+FROM debian:11-slim
 
 ENV TZ UTC
 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.
 # Prefer the normal `Dockerfile` if you are building manually on the targeted architecture.
 
-FROM arm32v7/debian:10-slim
+FROM arm32v7/debian:11-slim
 
 # Requires ./hooks/*
 COPY ./Docker/qemu-arm-* /usr/bin/