Skip to content

Commit

Permalink
chore: Update default dev Python to 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Mar 4, 2024
1 parent 9413d6b commit 4e28e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# This file is part of volt <https://github.com/bow/volt>.

FROM python:3.12.0-alpine AS builder
FROM python:3.12.2-alpine AS builder

ENV PIP_DISABLE_PIP_VERSION_CHECK=on
ENV PIP_NO_CACHE_DIR=on
Expand All @@ -22,7 +22,7 @@ RUN git checkout -- . \

# --- #

FROM python:3.12.0-alpine
FROM python:3.12.2-alpine

ARG REVISION
ARG BUILD_TIME
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
APP_NAME := volt

# Latest version of supported Python.
PYTHON_VERSION := 3.12.0
PYTHON_VERSION := 3.12.2

# Name of virtualenv for development.
VENV_NAME ?= $(APP_NAME)-dev
Expand Down

0 comments on commit 4e28e03

Please sign in to comment.