From 1333c87c2b6471f6879ea95d4b483f1f30e5b8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 21 Feb 2025 12:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-run.yaml=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20postgres:14-alpine=20=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3=20postgres:14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-run.yaml b/.github/workflows/docker-run.yaml index e48e83f..5db99a9 100644 --- a/.github/workflows/docker-run.yaml +++ b/.github/workflows/docker-run.yaml @@ -4,4 +4,4 @@ jobs: docker-run: runs-on: ubuntu-latest steps: - - run: docker run --rm --quiet postgres:14 pg_dump --version \ No newline at end of file + - run: docker run --rm --quiet postgres:14-alpine pg_dump --version \ No newline at end of file