Skip to content

Commit 520fbbc

Browse files
Bump golang from 1.24.0-alpine to 1.24.1-alpine
Bumps golang from 1.24.0-alpine to 1.24.1-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4e3b6b commit 520fbbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0-alpine as builder
1+
FROM golang:1.24.1-alpine as builder
22
RUN apk --no-cache add git
33
WORKDIR /build
44
COPY go.mod .

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0-alpine
1+
FROM golang:1.24.1-alpine
22
RUN apk add --no-cache git openssh gcc musl-dev
33

44
WORKDIR /src

0 commit comments

Comments
 (0)