mirror of
https://github.com/Mastermindzh/bw-export
synced 2024-11-21 14:22:53 +01:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6474581 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277509
This commit is contained in:
parent
756c939d86
commit
ad6aa98f94
@ -1,4 +1,4 @@
|
||||
FROM node:lts-slim
|
||||
FROM node:20.15.0-slim
|
||||
|
||||
# install openssl
|
||||
RUN apt-get update && \
|
||||
|
Loading…
Reference in New Issue
Block a user