Skip to content

Commit

Permalink
Update base container for build stage to match Python version of comp…
Browse files Browse the repository at this point in the history
…ile stage
  • Loading branch information
jsf9k committed Oct 23, 2023
1 parent 884ada2 commit 3a6fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pipenv sync --clear --verbose

# The version of Python used here should match the version of the Alpine
# python3 package installed in the compile-stage.
FROM python:3.10.11-alpine3.17 AS build-stage
FROM python:3.11.6-alpine3.18 AS build-stage

###
# For a list of pre-defined annotation keys and value types see:
Expand Down

0 comments on commit 3a6fbdf

Please sign in to comment.