This website works better with JavaScript.
Home
Help
Sign In
tgerczei
/
conteaner
mirror of
https://github.com/tgerczei/conteaner
Watch
1
Star
0
Fork
0
Code
Issues
Releases
4
Wiki
Activity
Browse Source
version bump
master
v0.6.0
Tamás Gérczei
1 month ago
parent
e5740c5a43
commit
d9ea56e5ec
Signed by:
tgerczei
GPG Key ID:
5B59A7760597B1A1
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
README.md
+ 1
- 1
Dockerfile
View File
@ -4,7 +4,7 @@ FROM golang:${GOVERSION}-alpine AS buildenv
ARG
REPO
=
"https://gitea.com/gitea/tea.git"
ARG
VERSION
=
"0.
5
.0"
ARG
VERSION
=
"0.
6
.0"
ENV
TEA_VERSION
=
"
${
VERSION
}
"
ARG
CGO_ENABLED
=
"0"
+ 1
- 1
README.md
View File
@ -1,7 +1,7 @@
## tea: A command line tool to interact with Gitea servers
### Build
- docker build . -t gitea/tea:0.
5
.0
- docker build . -t gitea/tea:0.
6
.0
...or to build a specific release (check [
here
](
https://gitea.com/gitea/tea/releases
)):
Write
Preview
Loading…
Cancel
Save