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 @@ -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
210210RUN 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
218218RUN 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
245245RUN 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
You can’t perform that action at this time.
0 commit comments