upgraded docker ubuntu base

This commit is contained in:
Jan Prochazka
2024-05-13 14:25:26 +02:00
parent a24271f045
commit dd36427a80
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get install -y \
curl \