Skip to content

Commit fa0e5b8

Browse files
authored
Update Dockerfile
1 parent 9bb8290 commit fa0e5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-fpm
1+
FROM php:8.1-fpm
22

33
ARG USER_ID
44

@@ -19,4 +19,4 @@ RUN chown -R www-data:www-data /app
1919

2020
USER www-data
2121

22-
WORKDIR /app
22+
WORKDIR /app

0 commit comments

Comments
 (0)