Skip to content

Commit

Permalink
fix(-): move to 3.11 instead of specifically 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfox-codecov committed Mar 2, 2024
1 parent 4cfe1c6 commit 58e17ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.requirements
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.3

# BUILD STAGE - Download dependencies
FROM python:3.11.8-alpine as build
FROM python:3.11-alpine as build

RUN apk update \
&& apk add --update --no-cache \
Expand All @@ -28,7 +28,7 @@ RUN pip wheel -r /requirements.txt


# RUNTIME STAGE - Copy packages from build stage and install runtime dependencies
FROM python:3.11.8-alpine
FROM python:3.11-alpine

RUN apk -U upgrade binutils busybox expat libretls && \
apk add --no-cache postgresql-libs && \
Expand Down

0 comments on commit 58e17ca

Please sign in to comment.