File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:19.9.0-alpine AS node
22
33# Base image with PHP-FPM
44# FROM php:8.1.22-fpm-alpine3.16 AS base
5- FROM php:8.1.28 -fpm-alpine3.18 AS base
5+ FROM php:8.1.29 -fpm-alpine3.19 AS base
66
77# Musl for adding locales
88ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"
@@ -18,8 +18,8 @@ RUN apk add --no-cache \
1818
1919# Add Repositories
2020RUN rm -f /etc/apk/repositories &&\
21- echo "http://dl-cdn.alpinelinux.org/alpine/v3.18 /main" >> /etc/apk/repositories && \
22- echo "http://dl-cdn.alpinelinux.org/alpine/v3.18 /community" >> /etc/apk/repositories
21+ echo "http://dl-cdn.alpinelinux.org/alpine/v3.19 /main" >> /etc/apk/repositories && \
22+ echo "http://dl-cdn.alpinelinux.org/alpine/v3.19 /community" >> /etc/apk/repositories
2323
2424# Add Build Dependencies
2525RUN apk update && apk add --no-cache --virtual .build-deps \
You can’t perform that action at this time.
0 commit comments