Skip to content

Commit abee7d4

Browse files
chore(deps): bump golang from 1.24 to 1.25 in /docker-mariadb-clean-arch
Bumps golang from 1.24 to 1.25. --- updated-dependencies: - dependency-name: golang dependency-version: '1.25' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32342f0 commit abee7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-mariadb-clean-arch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get Go image from DockerHub.
2-
FROM golang:1.24 AS api
2+
FROM golang:1.25 AS api
33

44
# Set working directory.
55
WORKDIR /compiler

0 commit comments

Comments
 (0)