Skip to content
Snippets Groups Projects
Commit 38b238e7 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[dev] fix typo in Docker makefile

parent df58e4c0
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ help:
DEPS=../../reference-configuration.md Dockerfile *.sh
version=$(shell grep -o "^- OCaml [0-9.]\+" "../../reference-configuration.md" | grep -o "[0-9.]\+")
BUILD_ARGS := --build-arg=OCAML_VERSION=$(version)
BUILD_ARGS += --build-arg=OCAML_VERSION=$(version)
%.debian: BUILD_ARGS += --build-arg=DISTRO=debian:bullseye-slim
%.fedora: BUILD_ARGS += --build-arg=DISTRO=fedora:36
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment