gitea.nulo.in: Use Alpine 3.16
This commit is contained in:
parent
cdc222055f
commit
45f01dbd71
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ clone:
|
|||
|
||||
pipeline:
|
||||
build:
|
||||
image: docker.io/alpine:3.15
|
||||
image: docker.io/alpine:3.16
|
||||
commands:
|
||||
- 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
|
||||
|
|
Reference in a new issue