Skip to content

Commit

Permalink
Deploy with ubi9-minimal (#144)
Browse files Browse the repository at this point in the history
* Update contanerfile to use ubi9-minimal
  • Loading branch information
chambridge authored Sep 3, 2024
1 parent 80a88da commit 8e09fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9-minimal:latest

ARG PIPENV_DEV=False
ARG USER_ID=1000
Expand All @@ -13,7 +13,7 @@ ENV PYTHON_VERSION=3.11 \
PIPENV_VERBOSITY=-1 \
APP_ROOT=/opt/nise-populator \
APP_HOME=/opt/nise-populator/nise-populator \
PLATFORM="el8"
PLATFORM="el9"

ENV SUMMARY="Nise-populator is a data generator tool for the Cost Management application" \
DESCRIPTION="Nise-populator is a data generator tool for the Cost Management application"
Expand Down

0 comments on commit 8e09fc6

Please sign in to comment.