ngbs 1 år sedan
förälder
incheckning
c5e28fefda
2 ändrade filer med 2 tillägg och 2 borttagningar
  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}