fix: postgresql-version
build and deploy / build (push) Successful in 1m35s Details

This commit is contained in:
usbharu 2024-12-27 04:34:32 +09:00
parent 7a98ead491
commit a483280023
Signed by: usbharu
GPG Key ID: 95CBCF7046307B77
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ベースイメージにPostgreSQL 15の公式クライアントを使用
FROM postgres:16
FROM postgres:17
# 必要なツールをインストール
RUN apt-get update && apt-get install -y \