remove tests and fakes [ci skip]
This commit is contained in:
@@ -7,7 +7,7 @@ RUN go build -o /assets/in ./cmd/in
|
||||
RUN go build -o /assets/out ./cmd/out
|
||||
RUN go build -o /assets/check ./cmd/check
|
||||
|
||||
FROM alpine:edge AS resource
|
||||
FROM alpine:latest AS resource
|
||||
RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
|
||||
COPY --from=builder assets/ /opt/resource/
|
||||
RUN chmod +x /opt/resource/*
|
||||
|
Reference in New Issue
Block a user