File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG FRANKENPHP_VERSION="1.9 "
2- ARG PHP_VERSION="8.4"
3- ARG WINTER_VERSION="v1.2.8 "
1+ ARG FRANKENPHP_VERSION="1.11.1 "
2+ ARG PHP_VERSION="8.4.16 "
3+ ARG WINTER_VERSION="v1.2.9 "
44
55FROM dunglas/frankenphp:${FRANKENPHP_VERSION}-php${PHP_VERSION}-trixie
66LABEL org.opencontainers.image.title="Winter CMS"
@@ -19,22 +19,22 @@ RUN \
1919 && apt-get update \
2020 # Install PHP extensions
2121 && install-php-extensions \
22- gd \
23- intl \
24- memcached \
25- pdo_mysql \
26- pdo_pgsql \
27- pdo_sqlsrv \
28- pdo_odbc \
29- redis \
30- zip \
22+ gd \
23+ intl \
24+ memcached \
25+ pdo_mysql \
26+ pdo_pgsql \
27+ pdo_sqlsrv \
28+ pdo_odbc \
29+ redis \
30+ zip \
3131 # Install additional software for Composer
3232 && apt-get update \
3333 && apt-get install -y \
34- git \
35- unzip \
36- tar \
37- wget \
34+ git \
35+ unzip \
36+ tar \
37+ wget \
3838 # Clean up
3939 && apt-get clean \
4040 && rm -rf /var/lib/apt/lists/*
@@ -61,7 +61,7 @@ USER ${USER}
6161RUN composer create-project --no-progress --no-interaction --no-scripts --no-dev wintercms/winter /winter ${WINTER_VERSION}
6262
6363# Install Node for Mix/Vite support
64- ARG NODE_VERSION="v24.8 .0"
64+ ARG NODE_VERSION="v24.12 .0"
6565ENV BASH_ENV=/home/${USER}/.bash_env
6666ENV XDG_CONFIG_HOME=/home/${USER}/.config
6767ENV NVM_DIR=/home/${USER}/.config/nvm
You can’t perform that action at this time.
0 commit comments