PHP: update version, php 8.2 is released (#32078)

pull/32082/head
Stanley Cheung 2 years ago committed by GitHub
parent 73fa138432
commit cd40261c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/php/docker/php8.2/Dockerfile
  2. 2
      templates/src/php/docker/php8.2/Dockerfile.template

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:8.2.0RC7-zts-buster
FROM php:8.2-zts-buster
RUN apt-get -qq update && apt-get -qq -y upgrade && apt-get -qq install -y \
autoconf automake git libtool pkg-config \

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:8.2.0RC7-zts-buster
FROM php:8.2-zts-buster
RUN apt-get -qq update && apt-get -qq -y upgrade && apt-get -qq install -y ${'\\'}
autoconf automake git libtool pkg-config ${'\\'}

Loading…
Cancel
Save