Skip to content

Commit

Permalink
Merge pull request #1412 from m-1-k-3/v1.5.1
Browse files Browse the repository at this point in the history
bump version - v1.5.1
  • Loading branch information
m-1-k-3 authored Dec 17, 2024
2 parents fc39e56 + 5016be7 commit 7676311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# nosemgrep
emba:
image: embeddedanalyzer/emba:1.5.0c
image: embeddedanalyzer/emba:1.5.1a
container_name: emba
read_only: true
# all pre-checker mount modules need privileged mode
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
soft: 0

emba_quest:
image: embeddedanalyzer/emba:1.5.0c
image: embeddedanalyzer/emba:1.5.1a
container_name: emba_quest
read_only: true
tmpfs:
Expand Down
2 changes: 1 addition & 1 deletion helpers/helpers_emba_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set_defaults() {
# if this is a release version set RELEASE to 1, add a banner to config/banner and name the banner with the version details
export RELEASE=1
export EMBA_VERSION="1.5.0"
export EMBA_VERSION="1.5.1"

export CLEANED=0 # used for the final cleaner function for not running it multiple times
export STRICT_MODE=0
Expand Down

0 comments on commit 7676311

Please sign in to comment.