File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
220220RUN 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
228228RUN 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
255255RUN 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
You can’t perform that action at this time.
0 commit comments