Skip to content

Commit

Permalink
Upgrade example Dockerfile to python:3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <[email protected]>
  • Loading branch information
andytinkham committed Nov 10, 2022
1 parent 21b5426 commit 98d1a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [0.9.5] - 2022-09-28
### Changed
- Upgraded example Dockerfile to use python:3.11
[cyberark/summon#243](https://github.com/cyberark/summon/pull/243)
- Upgrade Go to 1.19
[cyberark/summon#240](https://github.com/cyberark/summon/pull/240)

Expand Down
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.10
FROM python:3.11.0

RUN mkdir /src
WORKDIR /src
Expand Down

0 comments on commit 98d1a8c

Please sign in to comment.