We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26626ce commit 84423dcCopy full SHA for 84423dc
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-20230916"
+ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20231004"
23
# multi-stage docker build so we can build auto-pause for arm64
24
FROM golang:1.21.3 as auto-pause
25
WORKDIR /src
0 commit comments