mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +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
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192
|
||||
|
||||
RUN pnpm run build
|
||||
|
||||
FROM nginx:1.26.3-alpine
|
||||
FROM nginx:1.29.1-alpine
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user