aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-10-11 16:27:09 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-10-11 16:27:09 +0300
commit84a5e97e5e15ef63a49e6e22c9e2d07b29926d04 (patch)
treeded7dca10023bfdbdfea12e8da1ab430ac03e05e /Dockerfile
parentMerge #112 - increase available PIDs to 5 (diff)
Bumps Python Version To 3.10
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7e8d4ba..b56d25a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-slim-buster as builder
+FROM python:3.10-slim-buster as builder
RUN apt-get -y update \
&& apt-get install -y \
bison=2:3.3.* \
@@ -20,7 +20,7 @@ WORKDIR /nsjail
RUN make
# ------------------------------------------------------------------------------
-FROM python:3.9-slim-buster as base
+FROM python:3.10-slim-buster as base
# Everything will be a user install to allow snekbox's dependencies to be kept
# separate from the packages exposed during eval.