Skip to content

Commit

Permalink
Update docker rasa version
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Temporim <[email protected]>
  • Loading branch information
arthurTemporim committed Oct 15, 2023
1 parent 8fdd931 commit c85a057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/actions.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rasa/rasa-sdk:3.4.0
FROM rasa/rasa-sdk:3.6.2

WORKDIR /bot
COPY ./bot /bot
Expand Down
2 changes: 1 addition & 1 deletion docker/bot.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rasa/rasa:3.4.2-full
FROM rasa/rasa:3.6.12-full

WORKDIR /bot
COPY ./bot /bot
Expand Down

0 comments on commit c85a057

Please sign in to comment.