Skip to content

Commit b96c151

Browse files
Update nginx Docker tag to v1.29.6 (#1055)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.29.5 | 1.29.6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 053f20c commit b96c151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ RUN xx-info env && git clone --depth 1 -b $DATADOG_VERSION https://github.com/Da
215215

216216

217217
### Base build image for debian
218-
FROM nginx:1.29.5 AS build-nginx-debian
218+
FROM nginx:1.29.6 AS build-nginx-debian
219219

220220
RUN DEBIAN_VERSION=$(awk -F '=' '/^VERSION_CODENAME=/ {print $2}' /etc/os-release) \
221221
&& echo "deb-src [signed-by=/etc/apt/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/mainline/debian/ ${DEBIAN_VERSION} nginx" >> /etc/apt/sources.list.d/nginx.list \
@@ -224,7 +224,7 @@ RUN DEBIAN_VERSION=$(awk -F '=' '/^VERSION_CODENAME=/ {print $2}' /etc/os-releas
224224

225225

226226
### Base build image for alpine
227-
FROM nginx:1.29.5-alpine AS build-nginx-alpine
227+
FROM nginx:1.29.6-alpine AS build-nginx-alpine
228228
RUN apk add --no-cache \
229229
build-base \
230230
pcre2-dev \
@@ -251,12 +251,12 @@ RUN curl -fsSL -O https://github.com/nginx/nginx/archive/release-${NGINX_VERSION
251251

252252

253253
### Base image for alpine
254-
FROM nginx:1.29.5-alpine AS nginx-alpine
254+
FROM nginx:1.29.6-alpine AS nginx-alpine
255255
RUN apk add --no-cache libstdc++
256256

257257

258258
### Base image for debian
259-
FROM nginx:1.29.5 AS nginx-debian
259+
FROM nginx:1.29.6 AS nginx-debian
260260

261261

262262
### Build final image

0 commit comments

Comments
 (0)