Update make targets

This commit is contained in:
Jack Zampolin
2018-07-13 13:41:17 -07:00
parent b823d277c8
commit b0b1c1f11d
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN apk add --update $PACKAGES
COPY . .
# Make the binary
RUN make update-tools get-vendor-deps build
RUN make update-tools deps build
# Final image
FROM alpine:edge