From c03c21438b57269444cf05f9bb760df2e22f92a3 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 27 Feb 2024 17:17:09 -0300 Subject: [PATCH] match golang and debian versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcfbefe..20683c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG DEBIAN_VERSION=bullseye-slim -FROM golang:bookworm as confd +FROM golang:${DEBIAN_VERSION%-*} as confd RUN apt-get update \ && apt-get install -y \ build-essential \