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

This commit is contained in:
2024-12-27 04:34:32 +09:00
parent 7a98ead491
commit a483280023
+1 -1
View File
@@ -1,5 +1,5 @@
# ベースイメージにPostgreSQL 15の公式クライアントを使用
FROM postgres:16
FROM postgres:17
# 必要なツールをインストール
RUN apt-get update && apt-get install -y \