Skip to content

Commit 7f6c8c1

Browse files
committed
update to Go 1.25.0
1 parent bfce9b6 commit 7f6c8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM --platform=$BUILDPLATFORM golang:1.24.5-alpine3.22 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.25.0-alpine3.22 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

0 commit comments

Comments
 (0)