From cb3610ca689d1d65365af134568e000195e3f20a Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 12 Nov 2024 15:49:47 +0800 Subject: [PATCH] feat: dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 783b583d07..4b38d711bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use Go 1.21 Alpine as the base image for building the application -FROM golang:1.21-alpine AS builder +# Use Go 1.22 Alpine as the base image for building the application +FROM golang:1.22-alpine AS builder # Define the base directory for the application as an environment variable ENV SERVER_DIR=/openim-server