Skip to content

Commit d0b17f0

Browse files
committed
Bump image version in Dockerfile
1 parent d215ae2 commit d0b17f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

php-7.4.Dockerfile renamed to Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM composer:latest as composer
2-
FROM php:7.4-fpm-alpine as php
2+
FROM php:8.3-fpm-alpine as php
33

4+
RUN apk add --update linux-headers
45
RUN apk add --no-cache git
56

67
RUN set -xe \

0 commit comments

Comments
 (0)