We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69fd5a commit 214d917Copy full SHA for 214d917
2 files changed
knot/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine as builder
+FROM golang:1.25-alpine as builder
2
ENV KNOT_REPO_SCAN_PATH=/home/git/repositories
3
ENV CGO_ENABLED=1
4
@@ -7,7 +7,7 @@ RUN apk add gcc musl-dev
7
COPY ./core .
8
RUN go build -o /usr/bin/knot -ldflags '-s -w -extldflags "-static"' ./cmd/knot
9
10
-FROM alpine:edge
+FROM alpine:3.21
11
EXPOSE 5555
12
EXPOSE 22
13
spindle/Dockerfile
@@ -1,12 +1,12 @@
WORKDIR /app
5
RUN apk add gcc musl-dev patch
6
RUN go build -o /usr/bin/spindle -ldflags '-s -w -extldflags "-static"' ./cmd/spindle
EXPOSE 6555
LABEL org.opencontainers.image.title='spindle'
0 commit comments