Skip to content

Commit 8cc16bc

Browse files
renovate[bot]Zoey2936
authored andcommitted
Update python Docker tag to v3.11.4
1 parent 5b6cf38 commit 8cc16bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
9999
cd /src/lua-resty-lrucache && \
100100
make install PREFIX=/usr/local/nginx
101101

102-
FROM python:3.11.3-alpine3.18
102+
FROM python:3.11.4-alpine3.18
103103
COPY --from=build /usr/local/nginx /usr/local/nginx
104104
COPY --from=build /usr/local/modsecurity/lib/libmodsecurity.so.3 /usr/local/modsecurity/lib/libmodsecurity.so.3
105105
RUN apk add --no-cache ca-certificates tzdata zlib luajit pcre libstdc++ yajl libxml2 lua5.1-libs && \

0 commit comments

Comments
 (0)