ngbs 1 rok temu
rodzic
commit
c5e28fefda
2 zmienionych plików z 2 dodań i 2 usunięć
  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}