1 parent b42b1cb commit 4277d11Copy full SHA for 4277d11
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.7
2
3
# --- Builder stage: install Go-based security tools and build AutoAR bot ---
4
-FROM golang:1.26-bullseye AS builder
+FROM golang:1.25.7-bullseye AS builder
5
6
WORKDIR /app
7
0 commit comments