Skip to content

Commit

Permalink
chore(update): bump python version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfox-codecov authored Mar 2, 2024
2 parents 7f00f23 + adc51c7 commit df1b9f9
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-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-alpine

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

0 comments on commit df1b9f9

Please sign in to comment.