update version
This commit is contained in:
parent
d71fcdf702
commit
e3b1112be7
11 changed files with 15 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=RELEASE.2022-12-12T19-27-27Z
|
||||
VERSION=RELEASE.2023-01-20T02-05-44Z
|
||||
APP=minio
|
||||
DEPOT=https://github.com/minio/minio.git
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=${VERSION:8:4}${VERSION:13:2}${VERSION:16:2}${VERSION:19:2}${VERSION:22:2}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
IMAGE_SIZE=5
|
||||
PACKAGE_DEPENDENCY="build-essential"
|
||||
|
||||
main(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue