Skip to content

Commit 8f15c07

Browse files
authored
Update to Go 1.24.1 (#43)
Co-authored-by: wollomatic <wollomatic@users.noreply.github.com>
1 parent b174c05 commit 8f15c07

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,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine3.21 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

0 commit comments

Comments
 (0)