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