Skip to content

Commit

Permalink
Bump python from 3.9-slim to 3.12-slim in /docker
Browse files Browse the repository at this point in the history
Bumps python from 3.9-slim to 3.12-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 60d22ef commit b6029ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

FROM python:3.9-slim
FROM python:3.12-slim

RUN mkdir --parents /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit b6029ee

Please sign in to comment.