We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff698bb commit aa5c79eCopy full SHA for aa5c79e
deploy/kicbase/Dockerfile
@@ -19,7 +19,7 @@
19
20
21
# this ARG needs to be global to use it in `FROM` & is updated for new versions of ubuntu:jammy-*
22
-ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20250126"
+ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20250404"
23
# multi-stage docker build so we can build auto-pause for arm64
24
FROM golang:1.24.0 as auto-pause
25
WORKDIR /src
0 commit comments