Skip to content

Commit f3beb31

Browse files
committed
fix(php): update signing key for packages.sury.org
1 parent 6b5a416 commit f3beb31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/src/php/devcontainer-feature.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "php",
33
"name": "PHP",
44
"description": "Installs PHP into the Dev Environment",
5-
"version": "2.7.1",
5+
"version": "2.7.2",
66
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/php",
77
"options": {
88
"version": {

features/src/php/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ case "${ID_LIKE}" in
512512
curl -SLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
513513
dpkg -i /tmp/debsuryorg-archive-keyring.deb
514514
rm -f /tmp/debsuryorg-archive-keyring.deb
515-
echo "deb https://packages.sury.org/php/ ${CODENAME} main" > /etc/apt/sources.list.d/php.list
515+
echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ ${CODENAME} main" > /etc/apt/sources.list.d/php.list
516516
;;
517517

518518
"ubuntu")

0 commit comments

Comments
 (0)