Merge pull request #3 from Mastermindzh/snyk-fix-33faed43ecdbe077495e136eb4c243cb

[Snyk] Security upgrade node from lts-slim to 22.12.0-alpine3.19
This commit is contained in:
Rick van Lieshout 2025-01-06 17:01:27 +01:00 committed by GitHub
commit 0921953b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:lts-slim
FROM node:22.12.0-alpine3.19
# install openssl
RUN apt-get update && \