Skip to content

Commit 6d92d57

Browse files
authored
Upgrade to PHP 8.3
1 parent 65f7d3b commit 6d92d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/Dockerfile

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

33
ENV BIN_DIRECTORY=/usr/local/bin
44
ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
@@ -156,4 +156,4 @@ RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
156156
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
157157
&& apt update && apt install -y bazel-$BAZEL4_VERSION \
158158
&& ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel4 \
159-
&& ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel
159+
&& ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel

0 commit comments

Comments
 (0)