Skip to content

Commit

Permalink
Make "latest" the default version of demo docker build
Browse files Browse the repository at this point in the history
Fixes warning message about potentially invalid base image
  • Loading branch information
ll-nick committed Nov 5, 2024
1 parent 03e8f88 commit 3bbba7d
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 3bbba7d

Please sign in to comment.