Skip to content

Commit 649c261

Browse files
chore(deps): update nginx:alpine docker digest to e7257f1
1 parent 938c2bc commit 649c261

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.fiber-ffi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
web:
4-
image: nginx:alpine@sha256:f46cb72c7df02710e693e863a983ac42f6a9579058a59a35f1ae36c9958e4ce0
4+
image: nginx:alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
55
ports:
66
- '8080:80'
77
depends_on:

docker-compose.phpDocumentor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
volumes:
55
- ./:/data
66
preview:
7-
image: nginx:alpine@sha256:f46cb72c7df02710e693e863a983ac42f6a9579058a59a35f1ae36c9958e4ce0
7+
image: nginx:alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
88
ports:
99
- 8080:80
1010
volumes:

docker-compose.prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
ports:
1212
- 6379:6379
1313
web:
14-
image: nginx:alpine@sha256:f46cb72c7df02710e693e863a983ac42f6a9579058a59a35f1ae36c9958e4ce0
14+
image: nginx:alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
1515
ports:
1616
- 8080:80
1717
depends_on:

0 commit comments

Comments
 (0)