chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-04-15 22:13:45 +00:00 committed by GitHub
parent d4cd49c99a
commit 8646db3d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 217 additions and 604 deletions

View file

@ -1,5 +1,5 @@
# build stage
FROM node:lts-alpine AS build-stage
FROM node:lts-alpine@sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc6960ee05d4f2eb28 AS build-stage
# Set environment variables for non-interactive npm installs
ENV NPM_CONFIG_LOGLEVEL warn
ENV CI true