Skip to content

Commit

Permalink
chore(update): bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rfox-codecov committed Mar 2, 2024
1 parent b79bf28 commit 4cfe1c6
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.2-alpine as build
FROM python:3.11.8-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.2-alpine
FROM python:3.11.8-alpine

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

0 comments on commit 4cfe1c6

Please sign in to comment.