Use new base image v20250310 (#8181)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-03-10 11:09:42 +07:00 committed by GitHub
parent 2d3dac75b3
commit 8f2d8abc62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 27 additions and 30 deletions

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/front-base:v20250113a
FROM hardcoreeng/front-base:v20250310
WORKDIR /app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/model.json ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -16,7 +16,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.149.0",
"rushVersion": "5.150.0",
/**
* The next field selects which package manager should be installed and determines its version.
@ -62,7 +62,7 @@
* The default value is false to avoid legacy compatibility issues.
* It is strongly recommended to set strictPeerDependencies=true.
*/
"strictPeerDependencies": false,
"strictPeerDependencies": false
/**
* Configures the strategy used to select versions during installation.
@ -247,14 +247,12 @@
// "[^@]+@users\\.noreply\\.github\\.com",
// "travis@example\\.org"
// ],
/**
* When Rush reports that the address is malformed, the notice can include an example
* of a recommended email. Make sure it conforms to one of the allowedEmailRegExps
* expressions.
*/
// "sampleEmail": "mrexample@users.noreply.github.com",
/**
* The commit message to use when committing changes during 'rush publish'.
*
@ -263,7 +261,6 @@
* in the commit message, and then customize Rush's message to contain that string.
*/
// "versionBumpCommitMessage": "Applying package updates. [skip-ci]",
/**
* The commit message to use when committing changes during 'rush version'.
*

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
RUN npm install -g pnpm

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/print-base:v20250113a
FROM hardcoreeng/print-base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/rekoni-base:v20250113a
FROM hardcoreeng/rekoni-base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,4 +1,4 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./

View File

@ -1,5 +1,5 @@
FROM hardcoreeng/base:v20250113a
FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./