Skip to content

Commit

Permalink
Update embedded go version
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-memon committed Aug 28, 2024
1 parent 6398238 commit 10b5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/it/spiffe-helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1-alpine AS spiffe-helper
FROM golang:1.22.3-alpine AS spiffe-helper
COPY ./ /service/
WORKDIR /service
RUN go build -tags netgo -a -v -o /service/spiffe-helper ./cmd/spiffe-helper

0 comments on commit 10b5092

Please sign in to comment.