projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c82fa
)
Bump base image for Ruby 3.2 (#682)
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Fri, 24 Feb 2023 14:39:14 +0000
(11:39 -0300)
committer
GitHub
<noreply@github.com>
Fri, 24 Feb 2023 14:39:14 +0000
(11:39 -0300)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index f0c6d14db7453775720b3f9e5a119e782e128c9a..9af1138b7694aac9614138bf6a946a30f81129d0 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-92,8
+92,8
@@
kernel_min_version='4.4.0'
config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse
-image="discourse/base:2.0.202302
17-0055
"
-image_stable="discourse/base:2.0.20230
116-0051
"
+image="discourse/base:2.0.202302
22-0048
"
+image_stable="discourse/base:2.0.20230
222-0048
"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`