Skip to content

Commit 037af91

Browse files
committed
bump version
1 parent 4e8c4de commit 037af91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:apache-buster
1+
FROM php:apache-bullseye
22
RUN apt-get update && apt-get -y install apt-utils libyaml-dev wget unzip && wget -O composer-setup.php https://getcomposer.org/installer && php composer-setup.php --install-dir=/usr/local/bin --filename=composer
33
COPY yaml-generation /var/www/html/yaml-generation
44
COPY src /var/www/html/src

0 commit comments

Comments
 (0)