File tree 1 file changed +3
-3
lines changed
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
2
2
3
3
# Base image with PHP-FPM
4
4
# 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
6
6
7
7
# Musl for adding locales
8
8
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"
@@ -18,8 +18,8 @@ RUN apk add --no-cache \
18
18
19
19
# Add Repositories
20
20
RUN 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
23
23
24
24
# Add Build Dependencies
25
25
RUN apk update && apk add --no-cache --virtual .build-deps \
You can’t perform that action at this time.
0 commit comments