Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian-dev/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Use this dockerfile to create a docker image of your apisix local/patched codebase

FROM debian:bullseye-slim AS build
FROM debian:trixie-slim AS build

ARG ENABLE_PROXY=false
ARG CODE_PATH
Expand All @@ -42,7 +42,7 @@ RUN set -x \
&& cp -r deps ${ENV_INST_LUADIR} \
&& make install

FROM debian:bullseye-slim
FROM debian:trixie-slim

ARG ENTRYPOINT_PATH=./docker-entrypoint.sh
ARG INSTALL_BROTLI=./install-brotli.sh
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM debian:bullseye-slim
FROM debian:trixie-slim

ARG APISIX_VERSION=3.14.0

Expand Down
Loading