Skip to content
Snippets Groups Projects
Verified Commit f91e68c3 authored by Sven Kirschbaum's avatar Sven Kirschbaum
Browse files

fix: Pin Docker OS versions

parent c42e1f27
No related branches found
No related tags found
No related merge requests found
#Intermediate step installing dependencies
FROM composer as composer
FROM composer:lts as composer
COPY / /work/
......@@ -9,7 +9,7 @@ RUN composer install
RUN composer dump-autoload --optimize
#Base Image
FROM php:8.2-apache AS base
FROM php:8.2-apache-bullseye AS base
#Install required php extensions
RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment