Skip to content

Commit e7121da

Browse files
chore(docker)(deps): bump golang from 1.24 to 1.25 (#39)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66132dc commit e7121da

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,7 +1,7 @@
11
# ───────────────────────────────────────────────────────────
22
# 🌟 STAGE 1: BUILD GO APPLICATION
33
# ───────────────────────────────────────────────────────────
4-
FROM golang:1.24 AS builder
4+
FROM golang:1.25 AS builder
55

66
# Accept build arguments
77
ARG SERVER_PORT

0 commit comments

Comments
 (0)