-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump python from 3.12.7-slim to 3.13.1-slim (#379)
Bumps python from 3.12.7-slim to 3.13.1-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
15f5cc9
commit 9bd7333
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# use base python image with python 3.8 | ||
FROM python:3.12.7-slim as build | ||
FROM python:3.13.1-slim as build | ||
|
||
# ENV HTTP_PROXY "http://bervianto.leo:[email protected]:8080" | ||
# ENV HTTPS_PROXY "http://bervianto.leo:[email protected]:8080" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# use base python image with python 3.8 | ||
FROM python:3.12.7-slim as build | ||
FROM python:3.13.1-slim as build | ||
# ENV HTTP_PROXY "http://bervianto.leo:[email protected]:8080" | ||
# ENV HTTPS_PROXY "http://bervianto.leo:[email protected]:8080" | ||
# ENV FTP_PROXY "http://bervianto.leo:[email protected]:8080" | ||
|