mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-04 20:04:22 +08:00
fix: Dockerfile-molfile-debug to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3043317 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3092568 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3092591 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:kinetic-20220830
|
||||
RUN groupadd -r fpocket && useradd --no-log-init -r -g fpocket fpocket
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV PLUGINDIR=compiled
|
||||
|
||||
Reference in New Issue
Block a user