From 61d6d40eccb9e1fb7f299b6ecd4f98081e7565ff Mon Sep 17 00:00:00 2001 From: abhinav Date: Wed, 9 Oct 2024 23:39:49 -0700 Subject: [PATCH] PE-5268 Fix kairos version in Dockerfiles --- rhel-fips/Dockerfile | 2 +- ubuntu-fips/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel-fips/Dockerfile b/rhel-fips/Dockerfile index 56aee6a..2756574 100644 --- a/rhel-fips/Dockerfile +++ b/rhel-fips/Dockerfile @@ -12,7 +12,7 @@ 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=v3.0.14 \ + OS_VERSION=v3.1.3 \ OS_ID="kairos" \ BUG_REPORT_URL="https://github.com/spectrocloud/pxke-samples/issues" \ HOME_URL="https://github.com/spectrocloud/pxke-samples" \ diff --git a/ubuntu-fips/Dockerfile b/ubuntu-fips/Dockerfile index b5d6e75..2ee43f8 100644 --- a/ubuntu-fips/Dockerfile +++ b/ubuntu-fips/Dockerfile @@ -13,7 +13,7 @@ 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=v3.0.14 \ + OS_VERSION=v3.1.3 \ OS_ID="ubuntu" \ BUG_REPORT_URL="https://github.com/spectrocloud/ubuntu-fips-edge/issues" \ HOME_URL="https://github.com/spectrocloud/ubuntu-fips-edge" \