Skip to content

Commit

Permalink
Update Python base image to 3.12-alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Mar 22, 2024
1 parent 302f43a commit c91884d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These users will be the default owners for everything in the repo.
# Unless a later match takes precedence, the following users will be
# requested for review when someone opens a pull request.
@kyle1morel @TimCsaky @wilwong89 @jatindersingh93 @norrisng-bc
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.9-alpine
FROM docker.io/python:3.12-alpine
ENV PYTHONUNBUFFERED 1
WORKDIR /opt/app-root/src

Expand Down
2 changes: 1 addition & 1 deletion openshift/app.bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ parameters:
description: Base Image to build from
displayName: Base Image
required: true
value: docker.io/python:3.9-alpine
value: docker.io/python:3.11-alpine
- name: REPO_NAME
description: Application repository name
displayName: Repository Name
Expand Down

0 comments on commit c91884d

Please sign in to comment.