Compare commits
1 Commits
renovate/r
...
renovate/n
Author | SHA1 | Date | |
---|---|---|---|
aea3171058 |
@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
DockerBaseImage:
|
||||
image: renovate/renovate:37.350-slim
|
||||
image: renovate/renovate:34.108-slim
|
||||
commands:
|
||||
- "renovate"
|
||||
secrets:
|
||||
|
@ -6,7 +6,7 @@ WORKDIR /src
|
||||
RUN npm install \
|
||||
&& 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"
|
||||
#HEALTHCHECK --interval=15s --timeout=5s \
|
||||
# CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
||||
|
Reference in New Issue
Block a user