Updates workflow Dockerfile to debian:bullseye-slim
This commit is contained in:
parent
d518945da4
commit
7ea4136230
1 changed files with 1 additions and 1 deletions
2
.github/actions/build/Dockerfile
vendored
2
.github/actions/build/Dockerfile
vendored
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:stable-slim
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install wget tar unzip make clang-format gcc-arm-none-eabi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue