We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5c5e commit 04ccbcdCopy full SHA for 04ccbcd
4 files changed
Dockerfile
@@ -13,7 +13,7 @@ WORKDIR /app
13
RUN install_packages wget gnupg2 lsb-release ca-certificates && \
14
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
15
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
+ apt remove -y wget gnupg2 lsb-release && apt autoremove -y && apt update && install_packages postgresql-client-17
17
18
COPY --from=build /app/app /usr/local/bin/postgres-backup
19
internal/config/notify/discord.go
internal/config/notify/notify.go
internal/config/notify/telegram.go
0 commit comments