Skip to content

Commit 48a0d35

Browse files
authored
Merge pull request #16 from Gyarbij/dependabot/docker/golang-1.22.5
Bump golang from 1.22.4 to 1.22.5
2 parents 383502e + 9390a16 commit 48a0d35

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,4 +1,4 @@
1-
FROM golang:1.22.4 AS builder
1+
FROM golang:1.22.5 AS builder
22
WORKDIR /build
33
COPY . .
44
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o azure-oai-proxy .

0 commit comments

Comments
 (0)