Skip to content

Commit 11a704a

Browse files
dependabot[bot]rsdmike
authored andcommitted
build(deps): bump golang from 1.25.3-alpine to 1.25.4-alpine
Bumps golang from 1.25.3-alpine to 1.25.4-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ea9850 commit 11a704a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# **********************************************************************
55

66
# Step 1: Modules caching
7-
FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS modules
7+
FROM golang:1.25.4-alpine@sha256:d2ede9f3341a67413127cf5366bb25bbad9b0a66e8173cae3a900ab00e84861f AS modules
88
COPY go.mod go.sum /modules/
99
WORKDIR /modules
1010
RUN apk add --no-cache git
1111
RUN go mod download
1212

1313
# Step 2: Builder
14-
FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS builder
14+
FROM golang:1.25.4-alpine@sha256:d2ede9f3341a67413127cf5366bb25bbad9b0a66e8173cae3a900ab00e84861f AS builder
1515
COPY --from=modules /go/pkg /go/pkg
1616
COPY . /app
1717
WORKDIR /app

0 commit comments

Comments
 (0)