Skip to content

Commit

Permalink
Update .github/tests/it/go-server/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: Keegan Witt <[email protected]>
  • Loading branch information
keeganwitt and faisal-memon authored Sep 19, 2024
1 parent 2fe6f02 commit 78cd606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/it/go-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine AS builder
FROM golang:1.22.3-alpine AS builder
COPY ./server.go /service/server.go
WORKDIR /service
RUN go build -tags netgo -a -v -o /service/server ./server.go
Expand Down

0 comments on commit 78cd606

Please sign in to comment.