Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with updated dependencies #19

Merged
merged 10 commits into from
Jul 5, 2021
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY tsconfig.json webpack.config.js /app/
COPY src /app/src
RUN npx webpack --mode production

FROM rust:1.41 AS server-compiler
FROM rust:1.52 AS server-compiler
WORKDIR /app/server
RUN mkdir /app/dist && touch --date "1 Jan 1970" /app/dist/index.html /app/dist/main.js
COPY server /app/server
Expand Down
51 changes: 29 additions & 22 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@ccouzens/ukcloud-portal-api": "file:generated/portal-api/",
"@ccouzens/vcloud-rest": "file:generated/vcloud-rest/",
"axios": "^0.19.2"
"axios": "^0.21.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^1.0.10-4.3.1",
Expand Down