mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
docker: Update php to 8.5 and node to 22 (#2380)
This commit is contained in:
@@ -22,7 +22,7 @@ RUN composer install --no-dev --no-interaction --no-autoloader --no-scripts
|
|||||||
# ================================
|
# ================================
|
||||||
# Stage 1-2: Yarn Install
|
# Stage 1-2: Yarn Install
|
||||||
# ================================
|
# ================================
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH node:20-alpine AS yarn
|
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine AS yarn
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# ================================
|
# ================================
|
||||||
# Stage 0: Build PHP Base Image
|
# Stage 0: Build PHP Base Image
|
||||||
# ================================
|
# ================================
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH php:8.4-fpm-alpine
|
FROM --platform=$TARGETOS/$TARGETARCH php:8.5-fpm-alpine
|
||||||
|
|
||||||
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# syntax=docker.io/docker/dockerfile:1.13-labs
|
# syntax=docker.io/docker/dockerfile:1.13-labs
|
||||||
# Pelican Development Dockerfile
|
# Pelican Development Dockerfile
|
||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH php:8.4-fpm-alpine AS base
|
FROM --platform=$TARGETOS/$TARGETARCH php:8.5-fpm-alpine AS base
|
||||||
|
|
||||||
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ RUN composer install --no-dev --no-interaction --no-autoloader --no-scripts
|
|||||||
# ================================
|
# ================================
|
||||||
# Stage 1-2: Yarn Install
|
# Stage 1-2: Yarn Install
|
||||||
# ================================
|
# ================================
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH node:20-alpine AS yarn
|
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine AS yarn
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user