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..7f8d2b66 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.8.1@sha256:bd20621deff56cb66c6cd10772d26db1a0d480f2b08609eb96b799ba6260f3ed AS builder WORKDIR /srv COPY ./package*.json ./