Skip to content

Commit

Permalink
dockerfile: move arg to top
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 6, 2024
1 parent 758f6ee commit 28af278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# syntax=docker/dockerfile:1

ARG NDN_CXX_VERSION=latest

FROM python:3-alpine AS testbed-master

RUN <<EOF
Expand All @@ -14,7 +16,6 @@ VOLUME /repo
WORKDIR /repo


ARG NDN_CXX_VERSION=latest
FROM ghcr.io/named-data/ndn-cxx-runtime:${NDN_CXX_VERSION} AS http-ca-server

RUN <<EOF
Expand Down

0 comments on commit 28af278

Please sign in to comment.