Skip to content

Commit 375c652

Browse files
Bump library/golang in /services/mcp-firewall (#24)
Bumps library/golang from 1.25-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8264da commit 375c652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/mcp-firewall/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.25-alpine@sha256:5caaf1cca9dc351e13deafbc3879fd4754801acba8653fa9540cea125d01a71f AS build
1+
FROM docker.io/library/golang:1.26-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS build
22
WORKDIR /src
33
COPY go.mod go.sum* ./
44
RUN go mod download

0 commit comments

Comments
 (0)