Skip to content

Commit 4277d11

Browse files
committed
build: use go 1.25.7-bullseye as builder
1 parent b42b1cb commit 4277d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.7
22

33
# --- Builder stage: install Go-based security tools and build AutoAR bot ---
4-
FROM golang:1.26-bullseye AS builder
4+
FROM golang:1.25.7-bullseye AS builder
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)