Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <[email protected]>
  • Loading branch information
zyguan committed Jan 1, 2022
1 parent 827acb5 commit 334e0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hub.pingcap.net/mirrors/golang:1.16 as builder
FROM registry-mirror.pingcap.net/library/golang:1.16 as builder

WORKDIR /build
COPY go.mod go.sum ./
Expand All @@ -7,7 +7,7 @@ COPY . /build
RUN go build -o /schrddl


FROM hub.pingcap.net/mirrors/debian:buster
FROM registry-mirror.pingcap.net/library/debian:buster

RUN apt -y update && apt -y install wget curl \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 334e0d3

Please sign in to comment.