diff --git a/.github/workflows/roles_react_files_cra_typescript.yaml b/.github/workflows/roles_react_files_cra_typescript.yaml index 7ca9f396..09346989 100644 --- a/.github/workflows/roles_react_files_cra_typescript.yaml +++ b/.github/workflows/roles_react_files_cra_typescript.yaml @@ -9,7 +9,7 @@ jobs: ci: runs-on: ubuntu-latest env: - NODE_VERSION: 19 # renovate: datasource=docker depName=node versioning=docker + NODE_VERSION: 20 # renovate: datasource=docker depName=node versioning=docker IMAGE: ghcr.io/${{ github.repository }}-cra-typescript steps: diff --git a/roles/react/files/cra/typescript/Dockerfile b/roles/react/files/cra/typescript/Dockerfile index ee39acc6..a1115d2a 100644 --- a/roles/react/files/cra/typescript/Dockerfile +++ b/roles/react/files/cra/typescript/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19.9.0@sha256:92f06fc13bcc09f1ddc51f6ebf1aa3d21a6532b74f076f224f188bc6b9317570 AS builder +FROM node:20.6.1@sha256:14bd39208dbc0eb171cbfb26ccb9ac09fa1b2eba04ccd528ab5d12983fd9ee24 AS builder WORKDIR /srv COPY ./package*.json ./