From 5982b003a6d90ebe5725a55576b1a84296a27877 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 16 Jan 2024 11:34:16 +0000 Subject: [PATCH 1/2] chore(deps): pin node.js --- .drone.yml | 14 +++++++------- Dockerfile | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index b132888b7..ff4852581 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: # - .cache - name: dependencies - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -55,7 +55,7 @@ steps: # - restore-cache - name: lint - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -66,7 +66,7 @@ steps: - dependencies - name: build-prod - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -77,7 +77,7 @@ steps: - dependencies - name: test-unit - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always commands: - corepack enable && pnpm config set store-dir .cache/pnpm @@ -87,7 +87,7 @@ steps: - name: typecheck failure: ignore - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -202,7 +202,7 @@ steps: # - .cache - name: build - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -285,7 +285,7 @@ steps: # - .cache - name: build - image: node:20.11-alpine + image: node:20.11.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/Dockerfile b/Dockerfile index 2cdce80a9..c608044a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # │─││ │││ │ │ # ┘─┘┘─┘┘┘─┘┘─┘ -FROM --platform=$BUILDPLATFORM node:20.11-alpine AS builder +FROM --platform=$BUILDPLATFORM node:20.11.0-alpine AS builder WORKDIR /build -- 2.45.1 From a6e471ec1f114a63357a6b4cca046e267696d17c Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 16 Jan 2024 12:35:49 +0100 Subject: [PATCH 2/2] chore(ci): sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ff4852581..c634efb90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -532,6 +532,6 @@ steps: src/i18n/lang/en.json: en.json --- kind: signature -hmac: c755a046a47f0b8a799a81a0c686cc4e7734938298c22b47a24e268aec3cf908 +hmac: a044c7c4db3c2a11299d4d118397e9d25be36db241723a1bbd0a2f9cc90ffdac ... -- 2.45.1