Skip to content

Commit

Permalink
mkfs-hostapp-native: update Dockerfile to using trixie
Browse files Browse the repository at this point in the history
This is required to be able to build in host distributions that use
glibc v2.39 to avoid errors such as:

```
| + hostapp-update -f /input -n
| Running hostapp update...
| touch: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by touch)
```
Change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Sep 16, 2024
1 parent 4f90d2b commit 27d1e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:trixie

VOLUME /mnt/sysroot/inactive

Expand Down

0 comments on commit 27d1e36

Please sign in to comment.