mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-29 15:00:09 +00:00
Merge pull request #77 from nextcloud/enh/75/update-to-bullseye
upgrade buster images to bullseye
This commit is contained in:
@@ -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
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/docker-library/postgres/blob/master/13/buster/Dockerfile
|
||||
FROM postgres:13-buster
|
||||
# From https://github.com/docker-library/postgres/blob/master/13/bullseye/Dockerfile
|
||||
FROM postgres:13-bullseye
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 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; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user