mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-07 01:38:02 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa356137e8 |
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
FROM golang:1.16-alpine as builder
|
FROM golang:1.16-alpine as builder
|
||||||
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
|
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
|
||||||
RUN go install github.com/minio/mc@$MC_VERSION
|
RUN go install -ldflags "-X github.com/minio/mc/cmd.ReleaseTag=$MC_VERSION" github.com/minio/mc@$MC_VERSION
|
||||||
|
|
||||||
FROM alpine:3.14
|
FROM alpine:3.14
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user