Skip to content

Commit

Permalink
chore(ci): fixup Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jun 30, 2024
1 parent ed339ed commit 7d556d8
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,6 +1,6 @@
ARG SOURCE_IMAGE=${SOURCE_IMAGE:-base}
ARG SOURCE_REPO=${SOURCE_REPO:-fedora-ostree-desktops}
ARG BASE_IMAGE=${quay.io/${SOURCE_REPO}/${SOURCE_IMAGE}}
ARG BASE_IMAGE=quay.io/${SOURCE_REPO}/${SOURCE_IMAGE}
ARG FEDORA_VERSION=${FEDORA_VERSION:-40}

# Build from base-main since its our smallest image and we control the tags
Expand Down

0 comments on commit 7d556d8

Please sign in to comment.