chore(deps): update dependency nginx/nginx to v1.25.3

This commit is contained in:
renovate[bot] 2023-12-21 00:00:28 +00:00 committed by Alex Palaistras
parent 39ef7132c6
commit 22ce725ad7

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim@sha256:f80c45482c8d147da87613cb6878a7238b8642bcc24fc11bad78c7bec726f340 FROM docker.io/debian:bookworm-slim@sha256:f80c45482c8d147da87613cb6878a7238b8642bcc24fc11bad78c7bec726f340
ARG VERSION=1.25 # renovate: datasource=github-tags depName=nginx/nginx extractVersion=^release-(?<version>.*)$ ARG VERSION=1.25.3 # renovate: datasource=github-tags depName=nginx/nginx extractVersion=^release-(?<version>.*)$
RUN apt-get update -y && apt-get install -y --no-install-recommends ca-certificates RUN apt-get update -y && apt-get install -y --no-install-recommends ca-certificates
ADD --chown=_apt https://nginx.org/keys/nginx_signing.key /etc/apt/trusted.gpg.d/nginx.asc ADD --chown=_apt https://nginx.org/keys/nginx_signing.key /etc/apt/trusted.gpg.d/nginx.asc