update golang for myurls

This commit is contained in:
Stille 2023-06-26 18:54:28 +08:00
parent 612e7bdc68
commit b14f9daf15
1 changed files with 1 additions and 1 deletions

View File

@ -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