mirror of
https://github.com/Mastermindzh/bw-export
synced 2025-01-20 18:41:15 +01:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914
This commit is contained in:
parent
756c939d86
commit
35f2f9c498
@ -1,4 +1,4 @@
|
|||||||
FROM node:lts-slim
|
FROM node:22.12.0-alpine3.19
|
||||||
|
|
||||||
# install openssl
|
# install openssl
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user