1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

use bookworm base

This commit is contained in:
Robin Appelman 2024-04-25 18:08:12 +02:00
commit 2f060243f9

View file

@ -1,6 +1,6 @@
ARG PHP_VERSION ARG PHP_VERSION
ARG BASE_IMAGE=php ARG BASE_IMAGE=php
FROM ${BASE_IMAGE}:${PHP_VERSION}-fpm FROM ${BASE_IMAGE}:${PHP_VERSION}-fpm-bookworm
MAINTAINER Robin Appelman <robin@icewind.nl> MAINTAINER Robin Appelman <robin@icewind.nl>
RUN DEBIAN_FRONTEND=noninteractive ;\ RUN DEBIAN_FRONTEND=noninteractive ;\