Skip to content

Commit 8b7996e

Browse files
build(deps): bump nginx in /prometheus-php-application-exporter
Bumps nginx from 1.29.7 to 1.29.8. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f6788b commit 8b7996e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus-php-application-exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM nginx:1.29.7 AS prometheus-php-application-exporter
2+
FROM nginx:1.29.8 AS prometheus-php-application-exporter
33
ENV TZ="Europe/Berlin"
44
ENV NGINX_ENTRYPOINT_QUIET_LOGS=1
55
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

0 commit comments

Comments
 (0)