diff --git a/cassandra/Dockerfile b/cassandra/Dockerfile index 237ae2a..34c8635 100644 --- a/cassandra/Dockerfile +++ b/cassandra/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 9a3796d..8a739bf 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/httpd/Dockerfile b/httpd/Dockerfile index 6b2a6bf..b6613f8 100644 --- a/httpd/Dockerfile +++ b/httpd/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/memcached/Dockerfile b/memcached/Dockerfile index bdc02bb..254fe49 100644 --- a/memcached/Dockerfile +++ b/memcached/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct diff --git a/redis/Dockerfile b/redis/Dockerfile index af977cb..cb9afe4 100644 --- a/redis/Dockerfile +++ b/redis/Dockerfile @@ -1,5 +1,6 @@ FROM clearlinux:latest AS builder +ARG swupd_args # Move to latest Clear Linux release to ensure # that the swupd command line arguments are # correct