We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8629d commit b2febddCopy full SHA for b2febdd
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the same architecture for the builder and the final image
2
-FROM golang:1.21-bullseye AS builder
+FROM golang:1.23.5-bullseye AS builder
3
4
RUN apt update && apt install make git -y
5
WORKDIR /callisto
0 commit comments