add build arg version

This commit is contained in:
Simon Ungar Felding 2025-02-17 18:28:00 +01:00
parent fa91962c3e
commit 8e54c0d815

View File

@ -1,6 +1,8 @@
# The build image could be golang, but it currently does not support riscv64. Only debian:sid does, at the time of writing.
FROM debian:sid-slim AS build
ARG version
# Install dependencies
RUN apt-get update && apt-get install -y golang build-essential libsecret-1-dev