Update rendered example

This commit is contained in:
Daniel Berteaud 2024-05-03 10:46:34 +02:00
parent 3587fb7c43
commit 0a08f8d969
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ job "cloudbeaver" {
user = 1053
config {
image = "danielberteaud/wait-for:24.4-1"
image = "danielberteaud/wait-for:24.5-1"
readonly_rootfs = true
pids_limit = 20
}

View File

@ -1,4 +1,4 @@
FROM danielberteaud/java:17.24.4-1
FROM danielberteaud/java:17.24.5-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ENV CLOUDBEAVER_WEB_CONFIG=/opt/cloudbeaver/conf/cloudbeaver.conf