fix: go version
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 02:02
bf2c6a3dc11fef823b027d9cbe772a66772a6ead
| @@ -1,3 +1,4 @@ | ||
| 1 | 1 | output/ |
| 2 | 2 | newblog |
| 3 | -.DS_Store |
|
\ No newline at end of file |
||
| 3 | +.DS_Store |
|
| 4 | +quilldrop |
|
\ No newline at end of file |
| @@ -1,11 +1,11 @@ | ||
| 1 | -FROM --platform=$TARGETPLATFORM golang:1.23-alpine AS quilldrop |
|
| 1 | +FROM --platform=$TARGETPLATFORM golang:1.25-alpine AS quilldrop |
|
| 2 | 2 | WORKDIR /build |
| 3 | 3 | COPY go.mod go.sum ./ |
| 4 | 4 | RUN go mod download |
| 5 | 5 | COPY --exclude=static/images . . |
| 6 | 6 | RUN CGO_ENABLED=0 go build -o quilldrop |
| 7 | 7 | |
| 8 | 8 | FROM --platform=$TARGETPLATFORM nginx AS builder |
| 9 | 9 | WORKDIR /app |
| 10 | 10 | COPY --from=quilldrop /build/quilldrop ./quilldrop |
| 11 | 11 | COPY --exclude=static/images . . |
gelöscht
quilldrop
+0
−0
Binärdatei – kein Textvergleich möglich.