Skip to content

Commit 633cc2a

Browse files
Fix: debug php 8.1.22
1 parent 71a25a3 commit 633cc2a

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
@@ -1,7 +1,7 @@
11
#FROM node:20.0.0-alpine as node
22
FROM node:19.9.0-alpine as node
33

4-
FROM php:8.1.0-fpm-alpine3.15 as base
4+
FROM php:8.1.22-fpm-alpine3.16 as base
55

66
# Setup Working Dir
77
WORKDIR /var/www

0 commit comments

Comments
 (0)