Skip to content

Commit

Permalink
fix: another unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 9, 2023
1 parent 28dad08 commit 417cd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}"

FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS framework
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}"

COPY usr /usr
COPY framework-install.sh /tmp/framework-install.sh
Expand Down

0 comments on commit 417cd8b

Please sign in to comment.