Skip to content

Commit

Permalink
Update python Docker tag to v3.12.0 (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent a872959 commit c0c5a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a specific version for the base image
FROM python:3.12.0rc3-slim AS build-env
FROM python:3.12.0-slim AS build-env

# Set working directory
WORKDIR /api
Expand All @@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY api/ ./api/

# Actual runtime image
FROM python:3.12.0rc3-slim
FROM python:3.12.0-slim

# Set working directory
WORKDIR /api
Expand Down

0 comments on commit c0c5a2b

Please sign in to comment.