From 7bab4df1560c089a2e45f7a1e70db1db361fce38 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 24 May 2022 23:31:54 +1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b40c2e0..022e3d83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 LABEL maintainer="Ben V. Brown " WORKDIR /build @@ -14,6 +14,7 @@ RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-el # Install Python3 packages RUN python3 -m pip install bdflib black +# Mark main dir as trusted by git RUN git config --global --add safe.directory /build/source COPY . /build/source