Skip to content

Commit 3ffcd11

Browse files
committed
Upgrade PHP versions
1 parent 497a822 commit 3ffcd11

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

images/8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.28
1+
FROM php:8.0.30
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.0/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.28-alpine
1+
FROM php:8.0.30-alpine
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1.18
1+
FROM php:8.1.22
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.1/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1.18-alpine
1+
FROM php:8.1.22-alpine
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.5
1+
FROM php:8.2.9
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.2/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2.5-alpine
1+
FROM php:8.2.9-alpine
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)