From 6615fbf62624f41d54989c8058d21374e1b395c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Sat, 1 Jun 2024 08:35:47 +0200 Subject: [PATCH] deps: update Go latency comparison Docker image (#1918) --- benchmarks/latency-comparison/golang/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/latency-comparison/golang/Dockerfile b/benchmarks/latency-comparison/golang/Dockerfile index c124844b6..76e29f69c 100644 --- a/benchmarks/latency-comparison/golang/Dockerfile +++ b/benchmarks/latency-comparison/golang/Dockerfile @@ -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