更新 docker-run.yaml,使用 postgres:14-alpine 镜像替代 postgres:14

This commit is contained in:
严浩
2025-02-21 12:04:38 +08:00
parent 8e9aac5e1d
commit 1333c87c2b

View File

@@ -4,4 +4,4 @@ jobs:
docker-run: docker-run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: docker run --rm --quiet postgres:14 pg_dump --version - run: docker run --rm --quiet postgres:14-alpine pg_dump --version