Skip to content

Commit c808166

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

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.5 AS prometheus-php-application-exporter
2+
FROM nginx:1.29.6 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)