Skip to content

Commit b2febdd

Browse files
committed
update dockerfile
1 parent 4e8629d commit b2febdd

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,5 +1,5 @@
11
# Use the same architecture for the builder and the final image
2-
FROM golang:1.21-bullseye AS builder
2+
FROM golang:1.23.5-bullseye AS builder
33

44
RUN apt update && apt install make git -y
55
WORKDIR /callisto

0 commit comments

Comments
 (0)