Skip to content

Commit a1916c0

Browse files
Merge pull request #38 from logonoff/OCPBUGS-59554
OCPBUGS-59554: update openshift SDK to 4.19.0
2 parents 5baec74 + d552663 commit a1916c0

3 files changed

Lines changed: 706 additions & 100 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-16:latest AS build
1+
FROM registry.access.redhat.com/ubi9/nodejs-22:latest AS build
22
USER root
33
RUN command -v yarn || npm i -g yarn
44

@@ -11,4 +11,4 @@ FROM registry.access.redhat.com/ubi8/nginx-120:latest
1111
COPY --from=build /usr/src/app/dist /usr/share/nginx/html
1212
USER 1001
1313

14-
ENTRYPOINT ["nginx", "-g", "daemon off;"]
14+
ENTRYPOINT ["nginx", "-g", "daemon off;"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@cypress/webpack-preprocessor": "^6.0.0",
22-
"@openshift-console/dynamic-plugin-sdk": "^1.0.0",
23-
"@openshift-console/dynamic-plugin-sdk-webpack": "^1.0.0",
22+
"@openshift-console/dynamic-plugin-sdk": "^4.19.0",
23+
"@openshift-console/dynamic-plugin-sdk-webpack": "^4.19.0",
2424
"@patternfly/react-core": "6.2.0",
2525
"@patternfly/react-icons": "6.2.0",
2626
"@patternfly/react-table": "6.2.0",

0 commit comments

Comments
 (0)