Skip to content

Commit

Permalink
Use PYTHON_VERSION vafriable for docker baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 14, 2024
1 parent a9d4564 commit 1bbd8f9
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,6 +1,6 @@
# syntax = docker/dockerfile:1.3-labs
ARG PYTHON_VERSION=3.13
FROM python:3.13-alpine3.19 AS base
FROM python:$PYTHON_VERSION-alpine3.19 AS base
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_ROOT_USER_ACTION=ignore
WORKDIR /app

Expand Down

0 comments on commit 1bbd8f9

Please sign in to comment.