mirror of
https://github.com/Mastermindzh/bw-export
synced 2024-11-24 15:53:42 +01: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:
parent
756c939d86
commit
b10fe877dc
@ -1,4 +1,4 @@
|
|||||||
FROM node:lts-slim
|
FROM node:20.12.2-slim
|
||||||
|
|
||||||
# install openssl
|
# install openssl
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user