Skip to content

Commit

Permalink
chore(build): ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jun 21, 2021
1 parent edb7920 commit 62c6778
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk add --no-cache git
ENV GOPATH /go
RUN go get -u github.com/googlecloudplatform/gcsfuse

FROM node:10.10-alpine AS builder
FROM node:12.22.1-alpine AS builder

RUN mkdir -p /usr/src/trudesk
WORKDIR /usr/src/trudesk
Expand All @@ -19,7 +19,7 @@ RUN yarn install --production=false
RUN yarn build
RUN rm -rf node_modules && mv prod_node_modules node_modules

FROM node:10.10-alpine
FROM node:12.22.1-alpine
WORKDIR /usr/src/trudesk
RUN apk add --no-cache ca-certificates bash mongodb-tools fuse && rm -rf /tmp/*
COPY --from=builder /usr/src/trudesk .
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"@commitlint/config-conventional": "7.3.1",
"@semantic-release/changelog": "3.0.2",
"@semantic-release/git": "7.0.8",
"@semantic-release/npm": "7.1.3",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"chai": "*",
Expand Down
Loading

0 comments on commit 62c6778

Please sign in to comment.