Skip to content

Commit 588299e

Browse files
committed
Fix 8.0 images
1 parent ae55960 commit 588299e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.30
1+
FROM php:8.0.29
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.30-alpine
1+
FROM php:8.0.29-alpine
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)