match golang and debian versions
Some checks failed
Build Docker images / docker (eumau/debian, , bullseye) (push) Failing after 17s
Build Docker images / docker (eumau/debian, , bookworm) (push) Failing after 27s
Build Docker images / docker (eumau/debian, , buster) (push) Failing after 14s
Build Docker images / docker (eumau/debian, -slim, bookworm) (push) Failing after 27s
Build Docker images / docker (eumau/debian, -slim, bullseye) (push) Failing after 44s
Build Docker images / docker (eumau/debian, -slim, buster) (push) Failing after 25s

This commit is contained in:
Mauro Torrez 2024-02-27 17:17:09 -03:00
parent d07efa9719
commit c03c21438b

View File

@ -1,5 +1,5 @@
ARG DEBIAN_VERSION=bullseye-slim ARG DEBIAN_VERSION=bullseye-slim
FROM golang:bookworm as confd FROM golang:${DEBIAN_VERSION%-*} as confd
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
build-essential \ build-essential \