Skip to content

Commit e8794be

Browse files
committed
use Go 1.24.3
1 parent 95b5397 commit e8794be

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.2-alpine3.21 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.24.3-alpine3.21 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

0 commit comments

Comments
 (0)