From b14f9daf150daf8ecd1ba077cacc98096d3f4ff7 Mon Sep 17 00:00:00 2001 From: Stille Date: Mon, 26 Jun 2023 18:54:28 +0800 Subject: [PATCH] update golang for myurls --- myurls/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myurls/Dockerfile b/myurls/Dockerfile index 082946a..d6b63cd 100644 --- a/myurls/Dockerfile +++ b/myurls/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15-alpine AS build +FROM golang:1.20-alpine AS build ARG TARGETARCH RUN apk add --update git RUN git clone https://github.com/CareyWang/MyUrls /app