Skip to content

Commit 505d0dc

Browse files
committed
docker: upgrading go to 1.24 in Dockerfile
1 parent f73d70e commit 505d0dc

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
@@ -14,7 +14,7 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616

17-
FROM golang:1.23 AS builder
17+
FROM golang:1.24 AS builder
1818
WORKDIR /tmp/compile
1919
COPY . .
2020
RUN CGO_ENABLED=0 go build -v -ldflags="-s -w " -o /usr/bin/visus .

0 commit comments

Comments
 (0)