Skip to content

Commit

Permalink
fix php-fpm checksum (#2463)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
  • Loading branch information
sarsharma authored Jun 17, 2024
1 parent 5b156fa commit 54eb85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/runtime/php-fpm/8.3/bullseye.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV GPG_KEYS 1198C0117593497A5EC5C199286AF1F9897469DC AFD8691FDAEDF03BDF6E460563
ENV PHP_VERSION 8.3.8

ENV PHP_URL="https://www.php.net/get/php-8.3.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-8.3.8.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="4474cc430febef6de7be958f2c37253e5524d5c5331a7e1765cd2d2234881e50" PHP_MD5=""
ENV PHP_SHA256="aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7" PHP_MD5=""

RUN set -eux; \
\
Expand Down

0 comments on commit 54eb85a

Please sign in to comment.