Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 7ac77bf commit 63e4afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/github_deploy/files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM python:3.11-alpine AS builder
FROM python:3.12-alpine AS builder

WORKDIR /app

Expand All @@ -8,7 +8,7 @@ RUN apk add --no-cache gcc==12.2.1_git20220924-r10 libc-dev==0.7.2-r5 libffi-dev
pip install --user --no-cache-dir PyGithub==2.1.1 ansible==8.5.0 homeassistant-cli==0.9.6 jmespath==1.0.1

# Stage 2: Final stage
FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /app

Expand Down

0 comments on commit 63e4afb

Please sign in to comment.