Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
patch: Update external-non-major
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
renovate-bot committed May 29, 2021
1 parent a8063e5 commit 6fc9c0b
Show file tree
Hide file tree
Showing 10 changed files with 239 additions and 133 deletions.
2 changes: 1 addition & 1 deletion apps/livechat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN make build-livechat \
# Runtime
###########################################################

FROM nginx:1.20
FROM nginx:1.21
WORKDIR /usr/src/jellyfish
COPY --from=base /usr/src/jellyfish/apps/livechat/dist/livechat /usr/share/nginx/html
COPY apps/livechat/conf/nginx.conf /etc/nginx/conf.d/default.conf
30 changes: 15 additions & 15 deletions apps/livechat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@balena/jellyfish-client-sdk": "^4.4.8",
"@balena/jellyfish-ui-components": "^9.1.87",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.5",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"rendition": "^20.15.1",
"rendition": "^20.15.3",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2"
Expand Down
6 changes: 3 additions & 3 deletions apps/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@balena/jellyfish-queue": "^1.0.106",
"@balena/jellyfish-sync": "^6.0.190",
"@balena/jellyfish-worker": "^4.4.45",
"aws-sdk": "^2.912.0",
"aws-sdk": "^2.918.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"errio": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN make build-ui \
# Runtime
###########################################################

FROM nginx:1.20
FROM nginx:1.21
WORKDIR /usr/share/nginx/html
COPY --from=base /usr/src/jellyfish/apps/ui/dist/ui /usr/share/nginx/html
COPY apps/ui/conf/env.sh /usr/share/nginx/html
Expand Down
Loading

0 comments on commit 6fc9c0b

Please sign in to comment.