mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Nginx/Dockerfile.tpl to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062355 - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062356 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121112 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121113 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121196
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nginx:1.29.3-alpine
|
||||
FROM nginx:1.29.5-alpine
|
||||
|
||||
|
||||
ARG GIT_SHA
|
||||
|
||||
Reference in New Issue
Block a user