Skip to content

Commit

Permalink
Release 7.7.8 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 1, 2024
1 parent e10b1d9 commit 14bdaaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.7.8 2024-05-01 <dave at tiredofit dot ca>

### Changed
- Change sury.org GPG key for Debian installations


## 7.7.7 2024-04-16 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN export PHP_7_3_RUN_DEPS=" \
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 && \
curl -sSLk https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
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 && \
curl -sSLk https://packages.sury.org/php/apt.gpg | apt-key add - && \
apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg && \
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 && \
package update && \
package upgrade -y && \
Expand Down

0 comments on commit 14bdaaa

Please sign in to comment.