Skip to content

Commit 7288ce4

Browse files
build(deps): bump golang from 1.25.4-alpine to 1.25.5-alpine (#712)
Bumps golang from 1.25.4-alpine to 1.25.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaad912 commit 7288ce4

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.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS modules
7+
FROM golang:1.25.5-alpine@sha256:3587db7cc96576822c606d119729370dbf581931c5f43ac6d3fa03ab4ed85a10 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.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
14+
FROM golang:1.25.5-alpine@sha256:3587db7cc96576822c606d119729370dbf581931c5f43ac6d3fa03ab4ed85a10 AS builder
1515
COPY --from=modules /go/pkg /go/pkg
1616
COPY . /app
1717
WORKDIR /app

0 commit comments

Comments
 (0)