From 88e6565706bd7dddc357ed1b42528fbe98db4d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:20:42 +0800 Subject: [PATCH] build(deps): bump golang from 1.21.5 to 1.21.6 (#12) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 416b010..cc8a2f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=${BUILDPLATFORM} golang:1.21.5 as BUILDER +FROM --platform=${BUILDPLATFORM} golang:1.21.6 as BUILDER RUN apt update && apt install -y build-essential git WORKDIR /geth ARG VERSION=v1.13.8