Skip to content

Commit

Permalink
Dockerfile base image tag is develop for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoblath committed Oct 3, 2024
1 parent e1f0515 commit 3450b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG img_user=ghcr.io/driplineorg
ARG img_repo=dripline-cpp
#ARG img_tag=hotfix_2.6.2
ARG img_tag=v2.9.1
ARG img_tag=develop
#ARG img_tag=v2.9.1
#ARG img_arch=arm

FROM ${img_user}/${img_repo}:${img_tag}
Expand Down

0 comments on commit 3450b96

Please sign in to comment.