mirror of
https://github.com/Mastermindzh/bw-export
synced 2025-09-19 22:50:34 +02:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:lts-slim
|
||||
FROM node:20.12.2-slim
|
||||
|
||||
# install openssl
|
||||
RUN apt-get update && \
|
||||
|
Reference in New Issue
Block a user