From a8332659a448f4b969646e638fb743249090a92a Mon Sep 17 00:00:00 2001 From: Xueqin Cui <72771658+cuixq@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:01:15 +1100 Subject: [PATCH] Update action.dockerfile --- action.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.dockerfile b/action.dockerfile index 4db8c5cf5d..360a9996cc 100644 --- a/action.dockerfile +++ b/action.dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.4-alpine3.19@sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 +FROM golang:1.23.5-alpine3.21@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 RUN mkdir /src WORKDIR /src