Merge branch 'master' of github.com:tus/tusd
This commit is contained in:
commit
27957bd22b
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
||||||
&& apk del git
|
&& apk del git
|
||||||
|
|
||||||
# start a new stage that copies in the binary built in the previous stage
|
# start a new stage that copies in the binary built in the previous stage
|
||||||
FROM alpine:3.9
|
FROM alpine:3.13
|
||||||
|
|
||||||
COPY --from=builder /go/bin/tusd /usr/local/bin/tusd
|
COPY --from=builder /go/bin/tusd /usr/local/bin/tusd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue