From bf68c6ec6bee1ad4e295ea395eb6c3cbee638c8c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 20 Nov 2024 01:34:48 +0100 Subject: [PATCH] chore(deps): update node.js to a7a3b7e (#2870) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/nodejs/node) | stage | digest | `7eaecf1` -> `a7a3b7e` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). --- gcp/appengine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/appengine/Dockerfile b/gcp/appengine/Dockerfile index ce0503b1f81..4d6904f41fd 100644 --- a/gcp/appengine/Dockerfile +++ b/gcp/appengine/Dockerfile @@ -1,5 +1,5 @@ # Build the Javascript frontend -FROM node:20.18@sha256:7eaecf12ba40043be19af57e2c7fba35d61f9b906128e3e4d11eda81b1ecb857 AS FRONTEND3_BUILD +FROM node:20.18@sha256:a7a3b7ec6de4b11bb2d673b31de9d28c6da09c557ee65453672c8e4f754c23fc AS FRONTEND3_BUILD WORKDIR /build/frontend3 # Install dependencies first for better caching