ngbs 1 year ago
parent
commit
c5e28fefda
2 changed files with 2 additions and 2 deletions
  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
 # syntax=docker/dockerfile:1
-FROM golang:1.20-alpine AS builder
+FROM golang:1.21-alpine AS builder
 WORKDIR /go/src
 WORKDIR /go/src
 ARG GOPROXY=""
 ARG GOPROXY=""
 ENV GOPROXY ${GOPROXY}
 ENV GOPROXY ${GOPROXY}

+ 1 - 1
sing-box/Dockerfile.latest

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