Skip to content

Commit 03514fd

Browse files
committed
chore(docker): use the full name of registry
1 parent 0d0232b commit 03514fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM minio/mc:latest as mc
1+
FROM docker.io/minio/mc:latest as mc
22

33

4-
FROM drycc/go-dev:latest AS build
4+
FROM docker.io/drycc/go-dev:latest AS build
55
ARG LDFLAGS
66
ADD . /app
77
RUN export GO111MODULE=on \
88
&& cd /app \
99
&& CGO_ENABLED=0 go build -ldflags "${LDFLAGS}" -o /usr/local/bin/boot boot.go
1010

1111

12-
FROM alpine:3.12
12+
FROM docker.io/library/alpine:3.12
1313

1414
RUN adduser \
1515
-s /bin/sh \

0 commit comments

Comments
 (0)