Skip to content

Commit 036150b

Browse files
committed
Build GraalVM CE 22.2.0
1 parent d367a29 commit 036150b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker/registry.clj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(require '[selmer.parser :as selm])
22
(require '[babashka.process :as p])
33

4-
(def BABASHKA_VERSION "0.8.1")
4+
(def BABASHKA_VERSION "0.8.157")
55

66
(defn- exit-non-zero
77
[proc]
@@ -22,11 +22,14 @@
2222
(= 1 (:exit @(shell-no-exit false "git" "diff" "--exit-code" "HEAD~1" "HEAD" "--" "."))))
2323

2424
(def CE_IMAGES
25-
[{:version ["22.1.0"]
25+
[{:version ["22.2.0"]
2626
:java ["11" "17"]
2727
:arch ["amd64", "aarch64"]}
2828

2929
;; ALREADY BUILT IMAGES
30+
;; {:version ["22.1.0"]
31+
;; :java ["11" "17"]
32+
;; :arch ["amd64", "aarch64"]}
3033
;; {:version ["22.0.0.2"]
3134
;; :java ["11" "17"]
3235
;; :arch ["amd64", "aarch64"]}

0 commit comments

Comments
 (0)