Skip to content

Commit e8264da

Browse files
Bump alpine from 3.22 to 3.23 in /services/mcp-firewall (#23)
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc96031 commit e8264da

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
@@ -5,7 +5,7 @@ RUN go mod download
55
COPY . .
66
RUN CGO_ENABLED=0 go build -o /mcp-firewall .
77

8-
FROM alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
8+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
99
RUN apk add --no-cache ca-certificates
1010
COPY --from=build /mcp-firewall /usr/local/bin/mcp-firewall
1111
USER 65534:65534

0 commit comments

Comments
 (0)