chore(builder): remove note on using custom base image

base images tend to be build from too recently debian/ubuntu images
This commit is contained in:
pips 2025-09-23 19:41:06 +02:00
parent cd0f55ec38
commit 25502dfdcf

View file

@ -1,4 +1,3 @@
# use specific image if relevant (rust, golang)
FROM ubuntu:24.04
RUN apt-get update && \