This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new cadf1f09 refactor(Dockerfile): upgrade go version to 1.23 (#333)
cadf1f09 is described below

commit cadf1f094bbc3de01eb30bb93d1ecdcbe9353718
Author: Ethereal-O <91931223+etherea...@users.noreply.github.com>
AuthorDate: Mon Jun 9 16:03:33 2025 +0800

    refactor(Dockerfile): upgrade go version to 1.23 (#333)
---
 vermeer/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vermeer/Dockerfile b/vermeer/Dockerfile
index efe365bc..da38d697 100644
--- a/vermeer/Dockerfile
+++ b/vermeer/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-FROM golang:1.18-alpine AS builder
+FROM golang:1.23-alpine AS builder
 COPY ./ /src/
 WORKDIR /src/
 ENV CGO_ENABLED="0"

Reply via email to