Skip to content

Commit d9bbe0d

Browse files
Bump the docker-deps group across 1 directory with 2 updates
Bumps the docker-deps group with 2 updates in the / directory: golang and python. Updates `golang` from 1.25.5-alpine to 1.26rc2-alpine Updates `python` from 3.15.0a2-alpine to 3.15.0a5-alpine --- updated-dependencies: - dependency-name: golang dependency-version: 1.26rc2-alpine dependency-type: direct:production dependency-group: docker-deps - dependency-name: python dependency-version: 3.15.0a5-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9257da4 commit d9bbe0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.25.5-alpine AS foundation
1+
FROM golang:1.26.1-alpine AS foundation
22

33
ARG HELM_DOCS_VERSION=v1.14.2
44

55
RUN GO111MODULE=on go install -v github.com/norwoodj/helm-docs/cmd/helm-docs@${HELM_DOCS_VERSION}
66

7-
FROM python:3.15.0a2-alpine
7+
FROM python:3.15.0a7-alpine
88

99
LABEL maintainer="Burak Ince <burak.ince@linux.org.tr>"
1010

0 commit comments

Comments
 (0)