Compare commits

..

No commits in common. "6f0153f6325932146fb0d793ae3b27ad3c337bcb" and "2ab3e107cf2a0e075a832485b36a40b7c65ad105" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ platform:
steps:
- name: build
image: node:lts-buster@sha256:801df90f337b1a2b06de92b11aaa539b7257f4eae600117806e4ad352c407553
image: node:lts-buster@sha256:df92d3b97dde1ebe73f97353c6f5b10a416895580c79176bfb7f80da132aac96
commands:
- npm install
- npm run build:ssr
@ -41,7 +41,7 @@ platform:
steps:
- name: build
image: arm64v8/node:lts-buster@sha256:6ff8eb4cb36e8736c7dbb4ca8c29dd07850c941cc328b1a8dbcf271f6a55c015
image: arm64v8/node:lts-buster@sha256:50c3e1bb740a5d2fc54287b0b648191878a06dd0d0f91d0d7c9c2f06fb908281
commands:
- npm install
- npm run build:ssr

View file

@ -1,5 +1,5 @@
ARG ARCH
FROM alpine:3.14.1@sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae AS base-amd64
FROM alpine:3.14.1@sha256:be9bdc0ef8e96dbc428dc189b31e2e3b05523d96d12ed627c37aa2936653258c AS base-amd64
FROM arm32v7/alpine:3.14.1@sha256:fb9ac82b4cc94c5a6c416a1c656b3ee84df9290ab4106c260eb959997e759e5e AS base-arm
FROM arm64v8/alpine:3.14.1@sha256:bd9137c3bb45dbc40cde0f0e19a8b9064c2bc485466221f5e95eb72b0d0cf82e AS base-arm64
FROM base-${ARCH}

View file

@ -26,7 +26,7 @@
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/platform-server": "~11.1.0",
"@angular/router": "~11.1.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-free": "^5.15.3",
"@nguniversal/express-engine": "^12.0.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",