Compare commits
1 Commits
renovate/a
...
renovate/n
Author | SHA1 | Date | |
---|---|---|---|
aea3171058 |
@ -38,7 +38,7 @@ pipeline:
|
|||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
trivyMaster:
|
trivyMaster:
|
||||||
image: aquasec/trivy:0.51.1
|
image: aquasec/trivy:0.36.1
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
|
@ -30,7 +30,7 @@ pipeline:
|
|||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
trivyNext:
|
trivyNext:
|
||||||
image: aquasec/trivy:0.51.1
|
image: aquasec/trivy:0.36.1
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user