Skip to content

Commit 9f741cd

Browse files
github-actions[bot]nginx-botAlexFenlonvepatel
authored
Docker image update e10758e1 (#8244)
* Update docker images e10758e1 * Update python:3.13-bookwork to latest Signed-off-by: AlexFenlon <[email protected]> --------- Signed-off-by: AlexFenlon <[email protected]> Co-authored-by: nginx-bot <[email protected]> Co-authored-by: AlexFenlon <[email protected]> Co-authored-by: Venktesh Shivam Patel <[email protected]>
1 parent e07089f commit 9f741cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN --mount=type=bind,from=nginx-files,src=nginx_signing.rsa.pub,target=/etc/apk
102102

103103

104104
############################################# Base image for Debian #############################################
105-
FROM nginx:1.29.1@sha256:33e0bbc7ca9ecf108140af6288c7c9d1ecc77548cbfd3952fd8466a75edefe57 AS debian
105+
FROM nginx:1.29.1@sha256:d5f28ef21aabddd098f3dbc21fe5b7a7d7a184720bc07da0b6c9b9820e97f25e AS debian
106106
ARG NGINX_AGENT_VERSION
107107

108108
RUN --mount=type=bind,from=nginx-files,src=nginx_signing.key,target=/tmp/nginx_signing.key \
@@ -269,7 +269,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
269269

270270

271271
############################################# Base image for Debian with NGINX Plus only #############################################
272-
FROM debian:12-slim@sha256:b1a741487078b369e78119849663d7f1a5341ef2768798f7b7406c4240f86aef AS debian-plus-only
272+
FROM debian:12-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS debian-plus-only
273273
ARG NGINX_PLUS_VERSION
274274

275275
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309
55
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66
FROM quay.io/skopeo/stable:v1.20.0-immutable@sha256:519b95573a7490eb4740c8180d3dc33d86417222956e655719e74d3509586a33
77

8-
FROM python:3.13-bookworm@sha256:aba8a0cd72f259c2737c8a47050652036c8bc8266a4f39291523a45cf8081960
8+
FROM python:3.13-bookworm@sha256:d99178e985d8d2d178798736fb7fd350221bd06e8f3506f97350da728e0faa99
99

1010
RUN apt-get update \
1111
&& apt-get install -y curl git apache2-utils \

0 commit comments

Comments
 (0)