We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827b8d commit 90593d9Copy full SHA for 90593d9
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:experimental
2
-FROM ubuntu:22.04 AS baseline
+FROM ubuntu:24.04 AS baseline
3
4
RUN apt-get update && apt-get upgrade -y \
5
&& apt-get install --no-install-recommends -y python3 python3-dev python3-pip curl unzip apt-transport-https ca-certificates gnupg \
0 commit comments