Skip to content

Commit 14bdaaa

Browse files
committed
Release 7.7.8 - See CHANGELOG.md
1 parent e10b1d9 commit 14bdaaa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.7.8 2024-05-01 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Change sury.org GPG key for Debian installations
5+
6+
17
## 7.7.7 2024-04-16 <dave at tiredofit dot ca>
28

39
### Added

Diff for: Dockerfile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN export PHP_7_3_RUN_DEPS=" \
144144
echo "deb https://mirror.its.dal.ca/mariadb/repo/${mariadb_client_ver}/debian $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" > /etc/apt/sources.list.d/mariadb.list && \
145145
curl -sSLk https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
146146
echo "deb https://apt.postgresql.org/pub/repos/apt $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')')-pgdg main" > /etc/apt/sources.list.d/postgres.list && \
147-
curl -sSLk https://packages.sury.org/php/apt.gpg | apt-key add - && \
147+
apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg && \
148148
echo "deb https://packages.sury.org/php/ $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" > /etc/apt/sources.list.d/php.list && \
149149
package update && \
150150
package upgrade -y && \

0 commit comments

Comments
 (0)