Skip to content

Commit 7a76448

Browse files
committed
Revert "Use debian bookworm for base"
This reverts commit 2d41d00.
1 parent 2d41d00 commit 7a76448

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Nginx Builder
33
#############
44

5-
FROM debian:bookworm-slim as nginxbuilder
5+
FROM debian:buster-slim as nginxbuilder
66

77
ARG OPENRESTY_VERSION
88
ARG LUA_VERSION
@@ -33,13 +33,13 @@ RUN /tmp/build-openresty
3333
# Final Image
3434
#############
3535

36-
FROM debian:bookworm-slim
36+
FROM debian:buster-slim
3737
LABEL maintainer="Jamie Curnow <[email protected]>"
3838

3939
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
4040

4141
ARG TARGETPLATFORM
42-
RUN echo "Base: debian:bookworm-slim, ${TARGETPLATFORM:-linux/amd64}" > /built-for-arch
42+
RUN echo "Base: debian:buster-slim, ${TARGETPLATFORM:-linux/amd64}" > /built-for-arch
4343

4444
# OpenResty uses LuaJIT which has a dependency on GCC
4545
RUN apt-get update \
@@ -51,7 +51,7 @@ RUN apt-get update \
5151
jq \
5252
libncurses6 \
5353
libpcre3 \
54-
libreadline8 \
54+
libreadline7 \
5555
openssl \
5656
perl \
5757
tzdata \

docker/Dockerfile.certbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Certbot Builder
33
#############
44

5-
FROM debian:bookworm-slim as certbotbuilder
5+
FROM debian:buster-slim as certbotbuilder
66

77
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88

0 commit comments

Comments
 (0)