Skip to content

Commit

Permalink
Update PYTHON_VERSION to 3.13 for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 14, 2024
1 parent 9caa7b6 commit a9d4564
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.3-labs
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.13
FROM python:3.13-alpine3.19 AS base
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_ROOT_USER_ACTION=ignore
WORKDIR /app
Expand Down

0 comments on commit a9d4564

Please sign in to comment.