Skip to content

Commit 27ced26

Browse files
chore: bump golang from 1.25.1-alpine to 1.25.3-alpine
Bumps golang from 1.25.1-alpine to 1.25.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2181a8 commit 27ced26

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
# syntax = docker/dockerfile:1.18
22
########################################
33

4-
FROM --platform=${BUILDPLATFORM} golang:1.25.1-alpine AS builder
4+
FROM --platform=${BUILDPLATFORM} golang:1.25.3-alpine AS builder
55
RUN apk update && apk add --no-cache make
66
ENV GO111MODULE=on
77
WORKDIR /src

0 commit comments

Comments
 (0)