diff --git a/Dockerfile b/Dockerfile index 32ea079..bc84bc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nginx:1.26.0-bookworm +FROM docker.io/nginx:1.27.0-bookworm RUN rm -rf /usr/share/nginx/html && mkdir -p /usr/share/nginx/html COPY public /usr/share/nginx/html \ No newline at end of file diff --git a/renovate.json b/renovate.json index 8ad5984..5db72dd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { - "$schema":"https://docs.renovatebot.com/renovate-schema.json", - "extends":[ - "config:recommended" - ] -} \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}