Skip to content

Commit

Permalink
Merge pull request #467 from chhsiao1981/release-0.30.2
Browse files Browse the repository at this point in the history
update version to 0.30.2
  • Loading branch information
chhsiao1981 authored Apr 11, 2023
2 parents cb863c2 + b6e073f commit 75c927e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apidoc/template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
info:
version: '0.30.1'
version: '0.30.2'
title: openbbs-middleware
definitions:
!include defs/access_token.yaml
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.2'
services:
go-pttbbs:
image: pttofficialapps/go-pttbbs:v0.23.6
image: pttofficialapps/go-pttbbs:v0.23.7
ports:
- "127.0.0.1:8888:8888"
- "127.0.0.1:48763:48763"
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf
restart: always
openbbs-middleware:
image: pttofficialapps/go-openbbsmiddleware:v0.30.1
image: pttofficialapps/go-openbbsmiddleware:v0.30.2
ports:
- "127.0.0.1:3457:3457"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
go-pttbbs:
image: pttofficialapps/go-pttbbs:v0.23.6
image: pttofficialapps/go-pttbbs:v0.23.7
ports:
- "127.0.0.1:8888:8888"
- "127.0.0.1:48763:48763"
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- ${POSTFIX_MAIN_CF}:/etc/postfix/main.cf
- ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf
openbbs-middleware:
image: pttofficialapps/go-openbbsmiddleware:v0.30.1
image: pttofficialapps/go-openbbsmiddleware:v0.30.2
ports:
- "127.0.0.1:3457:3457"
- "127.0.0.1:[local-port]:[docker-port]"
Expand Down

0 comments on commit 75c927e

Please sign in to comment.