Skip to content

Commit

Permalink
Merge pull request #69 from KIT-MRT/add_default_arg_in_dockerfile
Browse files Browse the repository at this point in the history
Make "latest" the default version of demo docker build
  • Loading branch information
ll-nick authored Nov 5, 2024
2 parents 061414c + 3bbba7d commit 393f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION
ARG VERSION=latest
FROM ghcr.io/kit-mrt/arbitration_graphs:$VERSION AS tutorial

USER root
Expand Down

0 comments on commit 393f982

Please sign in to comment.