瀏覽代碼

set version to 1.2.1

Nicola Murino 4 年之前
父節點
當前提交
4445834fd3
共有 3 個文件被更改,包括 6 次插入4 次删除
  1. 1 1
      .github/workflows/release.yml
  2. 4 2
      docker/README.md
  3. 1 1
      version/version.go

+ 1 - 1
.github/workflows/release.yml

@@ -5,7 +5,7 @@ on:
     tags: 'v*'
     tags: 'v*'
 
 
 env:
 env:
-  GO_VERSION: 1.15.4
+  GO_VERSION: 1.15.5
 
 
 jobs:
 jobs:
   create-release:
   create-release:

+ 4 - 2
docker/README.md

@@ -4,8 +4,10 @@ SFTPGo provides an official Docker image, it is available on both [Docker Hub](h
 
 
 ## Supported tags and respective Dockerfile links
 ## Supported tags and respective Dockerfile links
 
 
-- [v1.2.0, v1.2, v1, latest](https://github.com/drakkan/sftpgo/blob/v1.2.0/Dockerfile)
-- [v1.2.0-alpine, v1.2-alpine, v1-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v1.2.0/Dockerfile.alpine)
+- [v1.2.1, v1.2, v1, latest](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.full)
+- [v1.2.1-alpine, v1.2-alpine, v1-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.full.alpine)
+- [v1.2.1-slim, v1.2-slim, v1-slim, slim](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile)
+- [v1.2.1-alpine-slim, v1.2-alpine-slim, v1-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v1.2.1/Dockerfile.alpine)
 - [edge](../Dockerfile.full)
 - [edge](../Dockerfile.full)
 - [edge-alpine](../Dockerfile.full.alpine)
 - [edge-alpine](../Dockerfile.full.alpine)
 - [edge-slim](../Dockerfile)
 - [edge-slim](../Dockerfile)

+ 1 - 1
version/version.go

@@ -2,7 +2,7 @@ package version
 
 
 import "strings"
 import "strings"
 
 
-const version = "1.2.0-dev"
+const version = "1.2.1"
 
 
 var (
 var (
 	commit = ""
 	commit = ""