Skip to content

Commit

Permalink
Update base container image to fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum committed Mar 26, 2024
1 parent f157edc commit af09bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG APP_ROOT=/app-root

FROM registry.fedoraproject.org/fedora:37 as build
FROM registry.fedoraproject.org/fedora:39 as build

ARG APP_ROOT

Expand All @@ -19,7 +19,7 @@ RUN python3 -m venv ${APP_ROOT}/venv \
&& poetry install --no-root --no-directory --directory=${APP_ROOT} \
&& echo "unset BASH_ENV PROMPT_COMMAND ENV" >> ${APP_ROOT}/venv/bin/activate

FROM registry.fedoraproject.org/fedora:37
FROM registry.fedoraproject.org/fedora:39

ARG APP_ROOT

Expand Down
2 changes: 1 addition & 1 deletion cloud/helm/knowledgebase-slackbot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.22"
appVersion: "0.0.23"

keywords:
- slackbot
Expand Down

0 comments on commit af09bc0

Please sign in to comment.