1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Update container images to PostgreSQL 12 GA.

This commit is contained in:
David Steele
2019-10-12 11:26:13 -04:00
parent 397a41e0f9
commit a2fa1d04b0
4 changed files with 22 additions and 14 deletions

View File

@ -482,7 +482,7 @@ sub containerBuild
{
$strScript .=
" echo 'deb http://apt.postgresql.org/pub/repos/apt/ " .
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' . ($strOS eq VM_U18 ? ' 12' : '') .
$$oVm{$strOS}{&VM_OS_REPO} . '-pgdg main' .
"' >> /etc/apt/sources.list.d/pgdg.list && \\\n" .
" wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \\\n" .
" apt-get update && \\\n" .