Skip to content

Commit

Permalink
chore: bump postgres client from 15 to 16 (plugins)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Feb 6, 2024
1 parent 58d7cc4 commit 2bfa77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl
# Install Postgres for CLI tools, needed specifically for DB backups
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" |tee /etc/apt/sources.list.d/pgdg.list \
&& apt-get update && apt-get install -y postgresql-client-14 \
&& apt-get update && apt-get install -y postgresql-client-16 \
&& apt-get clean all

COPY --from=buildgo /go/bin/chainlink /usr/local/bin/
Expand Down

0 comments on commit 2bfa77b

Please sign in to comment.