Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM buildpack-deps:stretch-curl
FROM buildpack-deps:bullseye-curl
MAINTAINER Manfred Touron <[email protected]> (https://github.com/moul)

# Install deps
RUN set -x; echo "Starting image build for Debian Stretch" \
RUN set -x; echo "Starting image build for Debian 11 (bullseye)" \
&& dpkg --add-architecture arm64 \
&& dpkg --add-architecture armel \
&& dpkg --add-architecture armhf \
Expand Down