Skip to content

Commit e10181f

Browse files
committed
chore: update Dockerfile go version
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
1 parent b939661 commit e10181f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/indexer-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
COPY . /app
44

tools/notification-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
COPY . /app
44

0 commit comments

Comments
 (0)