Skip to content

Commit

Permalink
Merge pull request #182 from codecov/trent/alpine-3-18
Browse files Browse the repository at this point in the history
Use alpine 3.18
  • Loading branch information
trent-codecov committed Nov 14, 2023
2 parents 0a1f963 + b039f57 commit d015553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.requirements
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

ARG PYTHON_IMAGE=python:3.10.13-alpine3.18
# BUILD STAGE
FROM python:3.10.8-alpine3.16 as build
FROM $PYTHON_IMAGE as build

RUN apk add --upgrade --no-cache apk-tools && \
apk add --update --no-cache \
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN rm -rf /pip-packages/src


# RUNTIME STAGE - Copy packages from build stage and install runtime dependencies
FROM python:3.10.8-alpine3.16
FROM $PYTHON_IMAGE

RUN apk add --upgrade --no-cache apk-tools busybox expat libretls postgresql-libs gcc libxslt-dev curl make

Expand Down

0 comments on commit d015553

Please sign in to comment.