Skip to content

Commit d55d79f

Browse files
Update nginx Docker tag to v1.29.1
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.29.0 | 1.29.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d27299 commit d55d79f

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
@@ -205,7 +205,7 @@ RUN xx-info env && git clone --depth 1 -b $DATADOG_VERSION https://github.com/Da
205205

206206

207207
### Base build image for debian
208-
FROM nginx:1.29.0 AS build-nginx-debian
208+
FROM nginx:1.29.1 AS build-nginx-debian
209209

210210
RUN DEBIAN_VERSION=$(awk -F '=' '/^VERSION_CODENAME=/ {print $2}' /etc/os-release) \
211211
&& 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 \
@@ -214,7 +214,7 @@ RUN DEBIAN_VERSION=$(awk -F '=' '/^VERSION_CODENAME=/ {print $2}' /etc/os-releas
214214

215215

216216
### Base build image for alpine
217-
FROM nginx:1.29.0-alpine AS build-nginx-alpine
217+
FROM nginx:1.29.1-alpine AS build-nginx-alpine
218218
RUN apk add --no-cache \
219219
build-base \
220220
pcre2-dev \
@@ -241,12 +241,12 @@ RUN curl -fsSL -O https://github.com/nginx/nginx/archive/release-${NGINX_VERSION
241241

242242

243243
### Base image for alpine
244-
FROM nginx:1.29.0-alpine AS nginx-alpine
244+
FROM nginx:1.29.1-alpine AS nginx-alpine
245245
RUN apk add --no-cache libstdc++
246246

247247

248248
### Base image for debian
249-
FROM nginx:1.29.0 AS nginx-debian
249+
FROM nginx:1.29.1 AS nginx-debian
250250

251251

252252
### Build final image

0 commit comments

Comments
 (0)