Skip to content

Commit

Permalink
PIn specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Jan 9, 2024
1 parent 710027d commit f129f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The devcontainer should use the build target and run as root with podman
# or docker with user namespaces.
#
FROM python:3.10 as build
FROM python:3.10.13 as build

ARG PIP_OPTIONS=.

Expand All @@ -24,7 +24,7 @@ WORKDIR /context
# install python package into /venv
RUN pip install ${PIP_OPTIONS}

FROM python:3.10-slim as runtime
FROM python:3.10.13-slim as runtime

# Add apt-get system dependecies for runtime here if needed

Expand Down

0 comments on commit f129f78

Please sign in to comment.