hijnu commited on
Commit
c34a7bd
·
verified ·
1 Parent(s): 1e427ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 使用 PostgreSQL 作为基础镜像
2
- FROM postgres:14
3
 
4
  # 元数据
5
  LABEL maintainer="B站ai来事 <[email protected]>"
 
1
  # 使用 PostgreSQL 作为基础镜像
2
+ FROM postgres:latest
3
 
4
  # 元数据
5
  LABEL maintainer="B站ai来事 <[email protected]>"