ngbs 2 年之前
父節點
當前提交
c5e28fefda
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      sing-box/Dockerfile
  2. 1 1
      sing-box/Dockerfile.latest

+ 1 - 1
sing-box/Dockerfile

@@ -1,5 +1,5 @@
 # syntax=docker/dockerfile:1
-FROM golang:1.20-alpine AS builder
+FROM golang:1.21-alpine AS builder
 WORKDIR /go/src
 ARG GOPROXY=""
 ENV GOPROXY ${GOPROXY}

+ 1 - 1
sing-box/Dockerfile.latest

@@ -1,5 +1,5 @@
 # syntax=docker/dockerfile:1
-FROM golang:1.20-alpine AS builder
+FROM golang:1.21-alpine AS builder
 WORKDIR /go/src
 ARG GOPROXY=""
 ENV GOPROXY ${GOPROXY}