diff --git a/.github/workflows/roles_react_files_cra_typescript.yaml b/.github/workflows/roles_react_files_cra_typescript.yaml index d95b3407..4c74dea1 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 5a8f8fd4..8f2ccba4 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.5.0@sha256:64b71834718b859ea389790ae56e5f2f8fa9456bf3821ff75fa28a87a09cbc09 AS builder WORKDIR /srv COPY ./package*.json ./