Skip to content

Commit 0c1dea6

Browse files
Bump golang to golang 1.25.7 alpine (#32)
* Bump golang from `d9b2e14` to `f6751d8` Bumps golang from `d9b2e14` to `f6751d8`. --- updated-dependencies: - dependency-name: golang dependency-version: f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * use the latest golang 1.25.7 alpine --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fredrik Skogman <kommendorkapten@github.com>
1 parent a295c58 commit 0c1dea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 1.25.5-alpine3.23
2-
FROM golang@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
1+
# 1.25.7-alpine3.23
2+
FROM golang@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS builder
33

44
WORKDIR /app
55
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)