tangled
alpha
login
or
join now
psychedeli.ca
/
knot-docker
forked from
tangled.org/knot-docker
0
fork
atom
Community maintained Docker config for the knot server
0
fork
atom
overview
issues
pulls
pipelines
bump tag to v1.11.0 in Dockerfile
psychedeli.ca
4 months ago
f8140b9f
cbda62f0
verified
This commit was signed with the committer's
known signature
.
psychedeli.ca
SSH Key Fingerprint:
SHA256:lxA4UZo3m7mVMluMNbOrpavEOBPMDc7Vh521+i80n50=
+1
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
-1
Dockerfile
···
1
1
from golang:1.24-alpine as builder
2
2
env CGO_ENABLED=1
3
3
4
4
-
arg TAG='v1.10.0-alpha'
4
4
+
arg TAG='v1.11.0-alpha'
5
5
6
6
workdir /app
7
7
run apk add git gcc musl-dev