gitea.nulo.in: Use Alpine 3.16
This commit is contained in:
parent
43e106a31a
commit
4f57897640
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ clone:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: docker.io/alpine:3.15
|
image: docker.io/alpine:3.16
|
||||||
commands:
|
commands:
|
||||||
- apk add git nodejs npm go make rsync openssh-client-default
|
- apk add git nodejs npm go make rsync openssh-client-default
|
||||||
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
||||||
|
|
Reference in a new issue