mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 21:20:18 +02:00
update docker container from php7-apache-buster to php8.3-apache-bullseye
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#################################
|
||||
# stage builder: build and test
|
||||
#################################
|
||||
FROM php:7-apache-buster AS builder
|
||||
FROM php:8.3-apache-bullseye AS builder
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||
|
||||
@@ -30,7 +30,7 @@ RUN rm README.md couscous.yml repository/.gitignore babel.config.js cypress* .en
|
||||
#################################
|
||||
# stage production
|
||||
#################################
|
||||
FROM php:7-apache-buster
|
||||
FROM php:8.3-apache-bullseye
|
||||
|
||||
RUN apt-get update > /dev/null
|
||||
RUN apt-get install -y git libzip-dev libldap2-dev
|
||||
|
Reference in New Issue
Block a user