Skip to content

Commit 64c4d06

Browse files
build(deps): bump golang from 1.24-alpine to 1.25-alpine
Bumps golang from 1.24-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26d4052 commit 64c4d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine as builder
1+
FROM golang:1.25-alpine as builder
22
WORKDIR /go/src/github.com/moov-io/ach
33
RUN apk add -U git make
44
RUN adduser -D -g '' --shell /bin/false moov

0 commit comments

Comments
 (0)