From fc043a087c924da791af2b0435c89f6924a4e73c Mon Sep 17 00:00:00 2001 From: jinnrry Date: Sun, 18 Feb 2024 14:49:21 +0800 Subject: [PATCH] fix --- DockerfileGithubAction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileGithubAction b/DockerfileGithubAction index 922056b..386f68d 100644 --- a/DockerfileGithubAction +++ b/DockerfileGithubAction @@ -1,4 +1,4 @@ -FROM golang:alpine as serverbuild +FROM golang as serverbuild WORKDIR /work