Skip to content

Commit bece3d9

Browse files
authored
Build Winter v1.2.10
1 parent 178e03a commit bece3d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG FRANKENPHP_VERSION="1.11.1"
2-
ARG PHP_VERSION="8.4.16"
3-
ARG WINTER_VERSION="v1.2.9"
2+
ARG PHP_VERSION="8.4.17"
3+
ARG WINTER_VERSION="v1.2.10"
44

55
FROM dunglas/frankenphp:${FRANKENPHP_VERSION}-php${PHP_VERSION}-trixie
66
LABEL org.opencontainers.image.title="Winter CMS"
@@ -61,7 +61,7 @@ USER ${USER}
6161
RUN 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.12.0"
64+
ARG NODE_VERSION="v24.13.0"
6565
ENV BASH_ENV=/home/${USER}/.bash_env
6666
ENV XDG_CONFIG_HOME=/home/${USER}/.config
6767
ENV NVM_DIR=/home/${USER}/.config/nvm

0 commit comments

Comments
 (0)