mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165474 - https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165475 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277271 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277272 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277276
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192
|
||||
|
||||
RUN pnpm run build
|
||||
|
||||
FROM nginx:1.26.3-alpine
|
||||
FROM nginx:1.29.2-alpine
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user