Skip to content

Commit be55991

Browse files
committed
chore: Upgrade golang version in dockerfile
Signed-off-by: Javier Aliaga <[email protected]>
1 parent f898d61 commit be55991

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,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM golang:1.21 as build
3+
FROM golang:1.24 AS build
44

55
COPY . /root
66
WORKDIR /root

0 commit comments

Comments
 (0)