Skip to content

Commit

Permalink
Merge pull request #2078 from Taxel/dependabot/docker/python-3.13-alp…
Browse files Browse the repository at this point in the history
…ine3.19

Bump python from 3.12-alpine3.19 to 3.13-alpine3.19
  • Loading branch information
glensc authored Oct 14, 2024
2 parents a20801f + 1bbd8f9 commit ee4f6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.12
FROM python:3.12-alpine3.19 AS base
ARG PYTHON_VERSION=3.13
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 ee4f6a6

Please sign in to comment.