Revert "Docker build use 1.20 go"

This reverts commit cd1d000860.
This commit is contained in:
yuhan6665 2023-08-24 11:13:12 -04:00
parent fce86aad33
commit 229851f621
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS build
FROM --platform=$BUILDPLATFORM golang:alpine AS build
WORKDIR /src
COPY . .
ARG TARGETOS TARGETARCH