Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbigbug <ibigbugcc@gmail.com>2024-08-28 10:15:48 +0300
committerGitHub <noreply@github.com>2024-08-28 10:15:48 +0300
commit6b3b1b6cbc0d733c1dc6c51e6c0bff484303ccc7 (patch)
treefa12c83e38a67d0d344c5aa26f7cccbfb2a49283 /Dockerfile
parentb3b433f84bcec4d4ed2ad27f47d5eaf0bc7cece6 (diff)
GO v1.23.0 , docker (#2500)
docker build error
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 010d9578..ac09b531 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
-FROM golang:1.22-alpine AS builder
+FROM golang:1.23-alpine AS builder
WORKDIR /app
ARG TARGETARCH