Skip to content

Commit 93f150b

Browse files
committed
Update dockerfile go version
1 parent 43236b2 commit 93f150b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfile.indexer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build executable
2-
FROM golang:1.21 AS builder
2+
FROM golang:1.22 AS builder
33

44
WORKDIR /build
55

dockerfile.services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build executable
2-
FROM golang:1.21 AS builder
2+
FROM golang:1.22 AS builder
33

44
WORKDIR /build
55

0 commit comments

Comments
 (0)