From f551af97da019a6db013b6412484ef2e1d92d9ab Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Wed, 3 May 2023 15:06:00 -0400 Subject: [PATCH] test: bump debian version in system test (#251) --- system-test/Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/Dockerfile.linux b/system-test/Dockerfile.linux index 7bead556..3d1ecb99 100644 --- a/system-test/Dockerfile.linux +++ b/system-test/Dockerfile.linux @@ -1,4 +1,4 @@ -FROM golang:1.16-stretch as builder +FROM golang:1.17-bullseye as builder RUN apt-get update && apt-get install -y \ git \ && rm -rf /var/lib/apt/lists/*