Skip to content

Commit

Permalink
update docker container from php7-apache-buster to php8.3-apache-bull…
Browse files Browse the repository at this point in the history
…seye
  • Loading branch information
alcalbg committed Apr 24, 2024
1 parent 44df0dc commit 18766d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 -

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18766d4

Please sign in to comment.