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.
2 parents 383502e + 9390a16 commit 48a0d35Copy full SHA for 48a0d35
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.4 AS builder
+FROM golang:1.22.5 AS builder
2
WORKDIR /build
3
COPY . .
4
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o azure-oai-proxy .
0 commit comments