Node alpine 이미지 레이어 변경에 따른 Prisma 업데이트 반영 #102
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 유형 선택
✨ 기능 추가🐛 버그 수정🖼️ UI 변경🫧 코드 리팩토링✅ 테스트 코드 추가📦 기타 (문서, CI/CD, 되돌리기, 포맷팅 …)작업 내용
12월 둘째주 서버 도커파일에서 사용중인 node alpine 도커 이미지 레이어가 변경됨에 따라 prisma client에서 필요한 라이브러리 경로를 찾지 못하는 문제가 발생했습니다. 해당 문제를 prisma 측에서도 발견했고 이를 해결하여 12월 17일 v.6.1.0으로 업데이트되었습니다. prisma 최신버전으로 변경하고 기존 docker 이미지 캐싱된 것을 삭제하기 위한 Github Actions 코드를 추가했습니다.
관련 문서
prisma/prisma#25817
리뷰 요구사항 (선택)