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

Merge branch 'fix/andre/docker-make' into 'master'

[dev] fix typo in Docker makefile

See merge request frama-c/frama-c!4031
parents df58e4c0 38b238e7
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ help: ...@@ -47,7 +47,7 @@ help:
DEPS=../../reference-configuration.md Dockerfile *.sh DEPS=../../reference-configuration.md Dockerfile *.sh
version=$(shell grep -o "^- OCaml [0-9.]\+" "../../reference-configuration.md" | grep -o "[0-9.]\+") 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 %.debian: BUILD_ARGS += --build-arg=DISTRO=debian:bullseye-slim
%.fedora: BUILD_ARGS += --build-arg=DISTRO=fedora:36 %.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