Skip to content

Commit

Permalink
Merge pull request #67 from heyLu/update-python
Browse files Browse the repository at this point in the history
Update Python to 3.12 (latest)
  • Loading branch information
alexlorenzi authored May 21, 2024
2 parents 2c146f0 + 012837e commit e61e092
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.8-alpine
FROM python:3.12-alpine

RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig

Expand Down

0 comments on commit e61e092

Please sign in to comment.