Skip to content

Commit 04ccbcd

Browse files
chore: update PostgreSQL client to version 17
1 parent e4e5c5e commit 04ccbcd

4 files changed

Lines changed: 1 addition & 33 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /app
1313
RUN install_packages wget gnupg2 lsb-release ca-certificates && \
1414
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
1515
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
16-
apt remove -y wget gnupg2 lsb-release && apt autoremove -y && apt update && install_packages postgresql-client-16
16+
apt remove -y wget gnupg2 lsb-release && apt autoremove -y && apt update && install_packages postgresql-client-17
1717

1818
COPY --from=build /app/app /usr/local/bin/postgres-backup
1919

internal/config/notify/discord.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

internal/config/notify/notify.go

Lines changed: 0 additions & 13 deletions
This file was deleted.

internal/config/notify/telegram.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)