Skip to content

Commit 614e25c

Browse files
chore(deps): bump golang from 1.20.6-alpine to 1.25.3-alpine
Bumps golang from 1.20.6-alpine to 1.25.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef8c764 commit 614e25c

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
@@ -7,7 +7,7 @@ RUN yarn install --immutable
77
RUN yarn build
88
RUN yarn cache clean
99

10-
FROM golang:1.20.6-alpine AS go_builder
10+
FROM golang:1.25.3-alpine AS go_builder
1111

1212
WORKDIR /app
1313

0 commit comments

Comments
 (0)