Skip to content

Commit ab69a5b

Browse files
Bump golang from 1.24.1-alpine3.21 to 1.25.2-alpine3.21 in /docker
Bumps golang from 1.24.1-alpine3.21 to 1.25.2-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.2-alpine3.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d097e61 commit ab69a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM golang:1.24.1-alpine3.21 AS build
3+
FROM golang:1.25.2-alpine3.21 AS build
44
WORKDIR /app
55
ARG VERSION_FLAGS=-ldflags=
66

0 commit comments

Comments
 (0)