repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
bfcd158
parent
163f987
author
Eric Bower
date
2026-02-24 21:18:52 -0500 EST
chore(docker): bump go
1 files changed,  +1, -1
M Dockerfile
+1, -1
1@@ -1,4 +1,4 @@
2-FROM --platform=$BUILDPLATFORM golang:1.22 as builder-deps
3+FROM --platform=$BUILDPLATFORM golang:1.25 as builder-deps
4 LABEL maintainer="Pico Maintainers <hello@pico.sh>"
5 
6 WORKDIR /app