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

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