Skip to content

Commit

Permalink
build: upgrade tester
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Nov 17, 2024
1 parent 8b4db9c commit 6b2c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venona/build/Dockerfile.tester
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# quay.io/codefresh/venona-tester
FROM golang:1.21-alpine3.18
FROM golang:1.23-alpine3.20

RUN apk -U add --no-cache ca-certificates git make gcc g++ bash && update-ca-certificates
RUN go install github.com/client9/misspell/cmd/[email protected] && \
Expand Down

0 comments on commit 6b2c825

Please sign in to comment.