Skip to content

Commit

Permalink
Dockerfile: Use Debian 10 as base image
Browse files Browse the repository at this point in the history
This commit updates the Dockerfile to use Debian 10 (Buster) as the base
image in order to increase the minimum compatible glibc version to 2.28,
as per [1].

[1] zephyrproject-rtos/sdk-ng#764

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed May 28, 2024
1 parent 75e5bfd commit 0675a3f
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
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM debian:10

ARG UID=1001
ARG GID=1001
Expand Down

0 comments on commit 0675a3f

Please sign in to comment.