Update Drone configuration and Dockerfile to use mirrorred images.
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
Expecting pipeline to fail.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM golang:1.13-alpine AS build
|
||||
FROM code.pztrn.name/containers/mirror/golang:1.18.3-alpine AS build
|
||||
|
||||
WORKDIR /go/src/gitlab.com/pztrn/opensaps
|
||||
COPY . .
|
||||
|
||||
RUN go build
|
||||
|
||||
FROM alpine:3.10
|
||||
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
|
||||
LABEL maintainer "Stanislav N. <pztrn@pztrn.name>"
|
||||
|
||||
COPY --from=build /go/src/gitlab.com/pztrn/opensaps/opensaps /app/opensaps
|
||||
|
Reference in New Issue
Block a user