2 Commits

Author SHA1 Message Date
aea3171058 Update nginx Docker tag to v1.26.0
Some checks failed
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
2024-05-08 07:45:23 +00:00
000e7d2836 fix umami script name
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/master Pipeline failed
2024-05-08 09:44:29 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /src
RUN npm install \ RUN npm install \
&& npm run build && npm run build
FROM nginx:1.23.3-alpine as prod FROM nginx:1.26.0-alpine as prod
LABEL maintainer="marco.blessing@googlemail.com" LABEL maintainer="marco.blessing@googlemail.com"
#HEALTHCHECK --interval=15s --timeout=5s \ #HEALTHCHECK --interval=15s --timeout=5s \
# CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 # CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1

View File

@ -2,6 +2,6 @@
async async
defer defer
data-website-id="3e944f0b-6377-4a23-8bdd-64b408d13611" data-website-id="3e944f0b-6377-4a23-8bdd-64b408d13611"
src="https://umami.ocram85.com/umami.js" src="https://umami.ocram85.com/script.js"
data-domains="ocram85.com" data-domains="ocram85.com"
></script> ></script>

View File

@ -29,7 +29,7 @@
"exec-bin": "^1.0.0", "exec-bin": "^1.0.0",
"hugo-installer": "^4.0.0", "hugo-installer": "^4.0.0",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"rimraf": "^5.0.0" "rimraf": "^4.0.0"
}, },
"otherDependencies": { "otherDependencies": {
"hugo": "0.91.1" "hugo": "0.91.1"