diff --git a/rhel-fips/Dockerfile b/rhel-fips/Dockerfile index 87e4018..93d179c 100644 --- a/rhel-fips/Dockerfile +++ b/rhel-fips/Dockerfile @@ -12,9 +12,8 @@ RUN mkdir /workspace COPY --from=base /etc/os-release /workspace/os-release # You should change the following values according to your own versioning and other details RUN OS_NAME=kairos-core-rhel-fips \ - OS_VERSION=v1.0.0 \ + OS_VERSION=v3.0.11 \ OS_ID="kairos" \ - OS_NAME=kairos-fedora-fips \ BUG_REPORT_URL="https://github.com/spectrocloud/pxke-samples/issues" \ HOME_URL="https://github.com/spectrocloud/pxke-samples" \ OS_REPO="quay.io/spectrocloud/fedora-fips" \ diff --git a/ubuntu-fips/Dockerfile b/ubuntu-fips/Dockerfile index 4b9373e..761cf6d 100644 --- a/ubuntu-fips/Dockerfile +++ b/ubuntu-fips/Dockerfile @@ -12,9 +12,8 @@ RUN mkdir /workspace COPY --from=base /etc/os-release /workspace/os-release # You should change the following values according to your own versioning and other details RUN OS_NAME=kairos-core-ubuntu-fips \ - OS_VERSION=v1.0.0 \ + OS_VERSION=v3.0.11 \ OS_ID="ubuntu" \ - OS_NAME=kairos-ubuntu-fips \ BUG_REPORT_URL="https://github.com/spectrocloud/ubuntu-fips-edge/issues" \ HOME_URL="https://github.com/spectrocloud/ubuntu-fips-edge" \ OS_REPO="gcr.io/spectro-images-public/ubuntu-focal-fips" \