Skip to content

Commit

Permalink
Fix: use correct braces in description
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jul 1, 2024
1 parent 04cb04a commit 39ccf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG PROJECT=fuzzingbook
ARG REPO=https://github.com/uds-se/${PROJECT}.git

# Meta-data
LABEL description="$(PROJECT).org image from $(REPO)"
LABEL description="${PROJECT}.org image from ${REPO}"

# Install git and pip
RUN apt-get update
Expand Down

0 comments on commit 39ccf06

Please sign in to comment.