Skip to content

Commit

Permalink
Actually use python 3.13 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Oct 24, 2024
1 parent 422f2cf commit 9b0abb9
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
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG DEBIAN_VERSION=bookworm
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.13
ARG NODE_VERSION=20

## Base
Expand Down

0 comments on commit 9b0abb9

Please sign in to comment.