We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d160f commit 8604f5cCopy full SHA for 8604f5c
1 file changed
backend/Dockerfile
@@ -1,5 +1,6 @@
1
FROM ghcr.io/unlockedlabs/golang-jasper:latest AS builder
2
3
+ENV GOTOOLCHAIN=auto
4
WORKDIR /app
5
COPY ./backend/go.mod ./backend/go.sum ./
6
RUN go mod download
0 commit comments