mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
upgrade buster images to bullseye
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
c203ad65ef
commit
eb6d90b7bd
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# From https://github.com/docker-library/php/blob/master/8.0/buster/apache/Dockerfile
|
# From https://github.com/docker-library/php/blob/master/8.0/bullseye/apache/Dockerfile
|
||||||
FROM php:8.0-apache-bullseye
|
FROM php:8.0-apache-bullseye
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# From https://github.com/docker-library/postgres/blob/master/13/buster/Dockerfile
|
# From https://github.com/docker-library/postgres/blob/master/13/bullseye/Dockerfile
|
||||||
FROM postgres:13-buster
|
FROM postgres:13-bullseye
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# From https://github.com/docker-library/redis/blob/master/6.2/Dockerfile
|
# From https://github.com/docker-library/redis/blob/master/6.2/Dockerfile
|
||||||
FROM redis:6.2-buster
|
FROM redis:6.2-bullseye
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue