Merge branch 'main' of git.hamburg.ccc.de:ccchh/hackertours
All checks were successful
/ build (push) Successful in 16s
All checks were successful
/ build (push) Successful in 16s
This commit is contained in:
commit
16d71fd24c
|
@ -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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends":[
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue