Skip to content

Commit

Permalink
build(deploy): dockerfile: qqbothub:v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Apr 15, 2022
1 parent 0da06e5 commit 3ac5c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/heroku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heroku Dockerfile

FROM yiyungent/qqbothub:v0.2.2
FROM yiyungent/qqbothub:v0.3.0

# 处于 /app 目录下
ADD heroku-entrypoint.sh ./heroku-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/railway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Railway Dockerfile

FROM yiyungent/qqbothub:v0.2.2
FROM yiyungent/qqbothub:v0.3.0

# 处于 /app 目录下
ADD railway-entrypoint.sh ./railway-entrypoint.sh
Expand Down

0 comments on commit 3ac5c56

Please sign in to comment.