Skip to content

Commit

Permalink
(HP-2047) Update node and nginx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Riippi committed Feb 7, 2024
1 parent 715020c commit bbbf8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.19.1'
node-version: '16.20.2'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===============================================
FROM helsinkitest/node:14-slim as appbase
FROM helsinkitest/node:16-slim as appbase
# ===============================================
# Offical image has npm log verbosity as info. More info - https://github.com/nodejs/docker-node#verbosity
ENV NPM_CONFIG_LOGLEVEL warn
Expand Down Expand Up @@ -58,7 +58,7 @@ COPY . /app
RUN yarn build

# =============================
FROM registry.access.redhat.com/ubi8/nginx-120 as production
FROM registry.access.redhat.com/ubi8/nginx-125 as production
# =============================

USER root
Expand Down

0 comments on commit bbbf8c7

Please sign in to comment.