Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update budibase to version 2.29.29 #1317

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions budibase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in budibase/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "budibase"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,10 +8,10 @@
PROXY_AUTH_ADD: "false"

budibase:
image: budibase/budibase:2.29.3@sha256:71acdc12431198f40afe7a923c17f49b2aa25d563838da7d1f385ad07f75a15c
image: budibase/budibase:2.29.29@sha256:cb362e9f3cf19627797b1ccc4bba2657c9576a5a08eb5b11ff7ca6003c01530b
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/budibase:/data
environment:
JWT_SECRET: ${APP_SEED}
JWT_SECRET: ${APP_SEED}
10 changes: 7 additions & 3 deletions budibase/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: budibase
name: Budibase
tagline: The low code platform you'll enjoy using
category: developer
version: "2.29.3"
version: "2.29.29"
port: 6733
description: >-
Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely.
Expand Down Expand Up @@ -37,6 +37,10 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
This update includes improvements to SSO functionality and Oracle datasource support.


Full release notes are found at https://github.com/Budibase/budibase/releases
dependencies: []
path: ""
path: ""