Skip to content

Commit

Permalink
deps: update Go latency comparison Docker image (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Jun 1, 2024
1 parent a541ed7 commit 6615fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/latency-comparison/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Use the offical golang image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.20-buster as builder
FROM golang:1.22-alpine as builder

# Create and change to the app directory.
WORKDIR /app
Expand Down

0 comments on commit 6615fbf

Please sign in to comment.