Skip to content

Commit f3e92e1

Browse files
authored
Merge pull request #392 from pabl-o-ce/snyk-fix-d2df75d37cf5eb7e28d6d178897aa165
[Snyk] Security upgrade node from 22-slim to 22.14.0-alpine3.21
2 parents 2776795 + 50dcb44 commit f3e92e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js Slim image as the base
2-
FROM node:22-slim AS base
2+
FROM node:22.14.0-alpine3.21 AS base
33

44
# Set environment variables for pnpm
55
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)