Skip to content

Commit

Permalink
Merge pull request #142 from jkandasa/bump_node_version
Browse files Browse the repository at this point in the history
SRVKP-6232: [main] bump node version and nginx image
  • Loading branch information
openshift-merge-bot[bot] authored Sep 9, 2024
2 parents fd27abc + ee27262 commit 448f079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_container_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'

- uses: docker/setup-buildx-action@v3

Expand All @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
RUN yarn install --frozen-lockfile && \
yarn build

FROM registry.access.redhat.com/ubi8/nginx-120:latest
FROM registry.access.redhat.com/ubi8/nginx-124:latest

COPY --from=builder-ui /usr/src/app/dist /usr/share/nginx/html

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.without_builder
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# however in this project, the code will be executed on a browser,
# hence assuming no impact on this approach

FROM registry.access.redhat.com/ubi8/nginx-120:latest
FROM registry.access.redhat.com/ubi8/nginx-124:latest

COPY ./dist /usr/share/nginx/html

Expand Down

0 comments on commit 448f079

Please sign in to comment.