File tree 10 files changed +10
-10
lines changed
000_introduction/10_creds/nginx
100_monitoring/prometheus/cadvisor
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- FROM nginx:1.27.3
1
+ FROM nginx:1.27.4
2
2
COPY default.conf /etc/nginx/conf.d/
3
3
COPY index.html /usr/share/nginx/html/
4
4
COPY codes /usr/share/nginx/html/codes/
Original file line number Diff line number Diff line change 1
- FROM nginx:1.27.3 -alpine
1
+ FROM nginx:1.27.4 -alpine
2
2
3
3
RUN apk add --update-cache --no-cache iputils
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ services:
12
12
- public
13
13
- private
14
14
svc2 :
15
- image : nginx:1.27.3
15
+ image : nginx:1.27.4
16
16
networks :
17
17
- private
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ services:
5
5
build :
6
6
context : .
7
7
svc2 :
8
- image : nginx:1.27.3
8
+ image : nginx:1.27.4
Original file line number Diff line number Diff line change 1
- FROM nginx:1.27.3
1
+ FROM nginx:1.27.4
2
2
COPY entrypoint.sh /
3
3
RUN chmod +x /entrypoint.sh
4
4
ENTRYPOINT [ "/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
1
FROM aelsabbahy/goss:v0.3.16 as goss
2
2
3
- FROM nginx:1.27.3
3
+ FROM nginx:1.27.4
4
4
5
5
# Copy binaries
6
6
COPY --from=goss /goss /goss
Original file line number Diff line number Diff line change 1
- FROM nginx:1.27.3 AS base
1
+ FROM nginx:1.27.4 AS base
2
2
3
3
FROM base AS testing
4
4
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ services:
37
37
38
38
nginx :
39
39
# https://hub.docker.com/_/nginx
40
- image : nginx:1.27.3
40
+ image : nginx:1.27.4
41
41
container_name : nginx
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.12.0
2
2
3
- FROM nginx:1.27.3
3
+ FROM nginx:1.27.4
4
4
5
5
RUN <<EOF
6
6
apt-get update
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ default:
37
37
image : golang:1.23.3
38
38
39
39
services :
40
- - nginx:1.27.3
40
+ - nginx:1.27.4
41
41
42
42
renovate :
43
43
stage : check
You can’t perform that action at this time.
0 commit comments