Skip to content

Commit

Permalink
Upgrade to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jun 18, 2024
1 parent 65f7d3b commit 6d92d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm

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

0 comments on commit 6d92d57

Please sign in to comment.