From 9d0286a340ae6a767e63ca8be96cea6de15a7833 Mon Sep 17 00:00:00 2001 From: Chuan-Heng Hsiao Date: Sun, 15 Sep 2024 06:04:20 -0400 Subject: [PATCH] update version to 0.35.1 --- apidoc/template.yaml | 2 +- docker/docker-compose.yaml | 2 +- docker/docker-compose.yaml.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]"