fix: postgresql-version
build and deploy / build (push) Successful in 1m35s
Details
build and deploy / build (push) Successful in 1m35s
Details
This commit is contained in:
parent
7a98ead491
commit
a483280023
|
@ -1,5 +1,5 @@
|
||||||
# ベースイメージにPostgreSQL 15の公式クライアントを使用
|
# ベースイメージにPostgreSQL 15の公式クライアントを使用
|
||||||
FROM postgres:16
|
FROM postgres:17
|
||||||
|
|
||||||
# 必要なツールをインストール
|
# 必要なツールをインストール
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
Loading…
Reference in New Issue