Skip to content

Commit 890fa0d

Browse files
committed
Force build to bump to 8.0.12
1 parent 5617716 commit 890fa0d

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,6 +1,6 @@
11
FROM php:8.0-apache-bullseye
22

3-
# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders)
3+
# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders).
44
ARG TARGETPLATFORM
55
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
66
RUN echo "Building for ${TARGETPLATFORM}"

0 commit comments

Comments
 (0)