diff --git a/apidoc/template.yaml b/apidoc/template.yaml index d314ea70..8f6c1172 100644 --- a/apidoc/template.yaml +++ b/apidoc/template.yaml @@ -1,5 +1,5 @@ info: - version: '0.35.0' + version: '0.35.1' title: go-pttbbsweb definitions: !include defs/access_token.yaml diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index d82f2ecc..f6b98bda 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -30,7 +30,7 @@ services: - ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf restart: always go-pttbbsweb: - image: pttofficialapps/go-pttbbsweb:v0.35.0 + image: pttofficialapps/go-pttbbsweb:v0.35.1 ports: - "127.0.0.1:3457:3457" volumes: diff --git a/docker/docker-compose.yaml.template b/docker/docker-compose.yaml.template index c512af66..35683dda 100644 --- a/docker/docker-compose.yaml.template +++ b/docker/docker-compose.yaml.template @@ -31,7 +31,7 @@ services: - ${POSTFIX_MAIN_CF}:/etc/postfix/main.cf - ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf go-pttbbsweb: - image: pttofficialapps/go-pttbbsweb:v0.35.0 + image: pttofficialapps/go-pttbbsweb:v0.35.1 ports: - "127.0.0.1:3457:3457" - "127.0.0.1:[local-port]:[docker-port]"