Skip to content

Commit 4eeecef

Browse files
committed
chore: #138 Update Dockerfile to Go 1.23.0
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 8bd4aaa commit 4eeecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build binary
2-
FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS build-env
2+
FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine AS build-env
33
ADD . /app
44
WORKDIR /app
55
ARG TARGETOS

0 commit comments

Comments
 (0)