Skip to content

Commit c67195f

Browse files
Fix: PHP 8.1.29 -> 8.1.30
1 parent 8d9ed44 commit c67195f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.29-fpm-alpine3.19 AS base
5+
FROM php:8.1.30-fpm-alpine3.19 AS base
66

77
# Musl for adding locales
88
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"

0 commit comments

Comments
 (0)