Skip to content

Commit

Permalink
chore: use debian as the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Nov 27, 2023
1 parent 155c6bb commit b8e807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

FROM --platform=linux/riscv64 riscv64/ubuntu:22.04 as sdk
FROM --platform=linux/riscv64 riscv64/debian:sid-slim as sdk
ARG LINUX_SOURCES_VERSION=5.15.63-ctsi-2
ARG LINUX_SOURCES_FILEPATH=dep/linux-sources-${LINUX_SOURCES_VERSION}.tar.gz
ARG RNDADDENTROPY_VERSION=3.0.0
Expand Down

0 comments on commit b8e807d

Please sign in to comment.