Skip to content

Commit 44ed703

Browse files
Bump golang from 1.25-alpine3.22 to 1.26-alpine3.22
Bumps golang from 1.25-alpine3.22 to 1.26-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c5db79 commit 44ed703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine3.23 AS builder
1+
FROM golang:1.26-alpine3.23 AS builder
22

33
RUN apk add --no-cache bash git gcc musl-dev
44

@@ -18,7 +18,7 @@ FROM scratch AS binary
1818
COPY --from=builder /src/bin/helm-controller /bin/
1919

2020
# Dev stage for package, testing, and validation
21-
FROM golang:1.25-alpine3.23 AS dev
21+
FROM golang:1.26-alpine3.23 AS dev
2222
ARG ARCH
2323
ENV ARCH=$ARCH
2424
RUN apk add --no-cache bash git curl

0 commit comments

Comments
 (0)