Skip to content

Commit 9553aeb

Browse files
committed
make version for app-v2
1 parent 1479a5d commit 9553aeb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
1111
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
1212
RUN chmod +x ./jq ./yq
1313

14-
FROM node:12.13-alpine
14+
FROM node:14.15.4-stretch
1515

16-
ENV HEROKU_CLI_PLATFORM linux-x64
17-
18-
RUN apk update && apk add --no-cache curl git tar openssh-client && npm install -g heroku
16+
RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g @vue/cli
1917
COPY --from=builder /tmp/docker/docker /usr/bin/
2018
COPY --from=builder /tmp/jq /usr/bin/
2119
COPY --from=builder /tmp/yq /usr/bin/

0 commit comments

Comments
 (0)