Skip to content

Commit

Permalink
Clean up dependencies #35
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 26, 2024
1 parent 49400e3 commit b86ed35
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,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.12.3
FROM python:${PYTHON_VERSION}-slim as base

# Prevents Python from writing pyc files.
Expand Down

0 comments on commit b86ed35

Please sign in to comment.