Skip to content

Commit 3236e12

Browse files
chore(deps): bump golang in /linux
Bumps golang from 1.23-alpine3.22 to 1.25-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3726af commit 3236e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -----------
22
# Build Image
33
# -----------
4-
FROM golang:1.23-alpine3.22 AS build
4+
FROM golang:1.25-alpine3.22 AS build
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)