Skip to content

Commit

Permalink
fix: use RECIPE arg
Browse files Browse the repository at this point in the history
The RECIPE arg in the Containerfile is empty when it is before the
FROM statement. This moves the arg so that it can be used.
  • Loading branch information
bpbeatty committed Apr 8, 2023
1 parent a27e3cf commit 6d77885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG FEDORA_MAJOR_VERSION=37
ARG BASE_CONTAINER_URL=ghcr.io/ublue-os/silverblue-main
ARG RECIPE

FROM ${BASE_CONTAINER_URL}:${FEDORA_MAJOR_VERSION}
ARG RECIPE

# copy over configuration files
COPY etc /etc
Expand Down

0 comments on commit 6d77885

Please sign in to comment.