Browse Source

update golang for myurls

Stille 2 years ago
parent
commit
b14f9daf15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      myurls/Dockerfile

+ 1 - 1
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