Skip to content

Commit

Permalink
repo: Update dockerfile to python 3.12
Browse files Browse the repository at this point in the history
Change-Id: I17054e6beae86d7ea1f7bbd34156db5db4134805
  • Loading branch information
cianmcgrath committed Dec 17, 2024
1 parent 50b9db2 commit 722a45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by the Apache License 2.0
# that can be found in the COPYING file.

FROM python:3.11
FROM python:3.12
LABEL maintainer="[email protected]"

WORKDIR /
Expand Down

0 comments on commit 722a45b

Please sign in to comment.