Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60856de commit 14e63d2Copy full SHA for 14e63d2
build/Dockerfile.nginx
@@ -4,7 +4,7 @@ FROM scratch AS nginx-files
4
# the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 <local_file> <container_file>
5
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
6
7
-FROM nginx:1.29.2-alpine-otel
+FROM nginx:1.29.3-alpine-otel
8
9
# the following apk update and add are to address CVE-2025-58050, CVE-2025-6021/CVE-2025-49795/CVE-2025-49794/CVE-2025-49796 respectively.
10
# once a new base image is available with these package updates, they can be removed.
0 commit comments