An engagement based washing machine that spins you round and round!
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Dockerfile Go version to match go.mod requirement

Brooke 4c0f2aec f890489f

+1 -1
+1 -1
Dockerfile
··· 1 1 # Build stage 2 - FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder 2 + FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder 3 3 4 4 # Install build dependencies 5 5 RUN apk add --no-cache git gcc musl-dev