소스 검색

chore: bump postgres client to 17 (#126)

Catfish 6 달 전
부모
커밋
c8fba1b652
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -35,7 +35,7 @@ RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-
     && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
     && apt-get -y update
 
-RUN apt-get install -y postgresql-client-16 \
+RUN apt-get install -y postgresql-client-17 \
     && apt-get install -y default-mysql-client
 
 # add RCLone to use directly