Skip to content

Commit

Permalink
BAH-4114 | Fix. Bump Vulnerable Base Image Version (#18)
Browse files Browse the repository at this point in the history
* [Rahul] | BAH-4114 | Fix. Bump Vulnerable Base Image Version

* [Rahul] | BAH-4114 | Fix. Bump Image App Version

* [Rahul] | BAH-4114 | Fix. Bump Image App Version

1.1.0 -> 1.2.0
  • Loading branch information
rahu1ramesh authored Sep 15, 2024
1 parent 80962df commit 78192d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/.appversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM metabase/metabase:v0.49.6
FROM metabase/metabase:v0.50.25
RUN apk update && apk add curl jq
COPY scripts /app/scripts
RUN chmod +x /app/scripts/metabase/*.sh
Expand Down

0 comments on commit 78192d1

Please sign in to comment.