Skip to content

Commit

Permalink
Fix: libpq-devのバージョンを正しく指定
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Oct 31, 2024
1 parent 19da85c commit e7e7539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN <<EOF

apt-get update -q
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
nodejs=18.* postgresql-client-13=13.* libpq-dev=16.* yarn=1.22.* \
nodejs=18.* postgresql-client-13=13.* libpq-dev=17.* yarn=1.22.* \
imagemagick=8:6.9.*

apt-get clean
Expand Down

0 comments on commit e7e7539

Please sign in to comment.