Skip to content

Commit

Permalink
fix: install postgresql17-client from LTS-2024 channel
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jan 12, 2025
1 parent 9ef612b commit 7370111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ RUN bio pkg install --binlink --binlink-dir /bin --force \
RUN bio pkg install --binlink \
core/kubectl \
core/mysql-client \
core/postgresql17-client \
core/restic \
jarvus/rclone \
&& bio pkg install --binlink \
--channel LTS-2024 \
core/postgresql17-client \
&& rm -r /hab/cache/artifacts

0 comments on commit 7370111

Please sign in to comment.