Skip to content

Commit

Permalink
PE-5268 Fix kairos version in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnagaraj committed Oct 10, 2024
1 parent a075ec1 commit 61d6d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rhel-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 61d6d40

Please sign in to comment.