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 ea1212b commit f8c9c8eCopy full SHA for f8c9c8e
Dockerfile
@@ -1,5 +1,5 @@
1
#moving to ubuntu instead of debian to solve high vulnerabilities
2
-FROM ubuntu:noble-20250805
+FROM ubuntu:24.04
3
4
RUN apt-get update && \
5
apt-get install -y curl bash openssl git && \
0 commit comments