Skip to content

Commit b9ee73f

Browse files
chore(deps): bump golang in /deploy/docker
Bumps golang from 1.26.5-alpine to 1.26.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.6-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03266b5 commit b9ee73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/docker/base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN XCADDY_SETCAP=0 xcaddy build \
2424

2525
# Build MongoDB database tools from source with pinned x/crypto and x/net
2626
# Apt-installed mongodb-database-tools ships x/crypto@0.45.0 with no upstream fix available.
27-
FROM golang:1.26.5-alpine AS mongotoolsbuilder
27+
FROM golang:1.26.6-alpine AS mongotoolsbuilder
2828

2929
RUN apk add --no-cache git make bash
3030
WORKDIR /tmp/mongo-tools

0 commit comments

Comments
 (0)