diff options
Diffstat (limited to 'pike/docker/Dockerfile')
-rw-r--r-- | pike/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile index 8e29acc3..10e27003 100644 --- a/pike/docker/Dockerfile +++ b/pike/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-slim +FROM python:3.8-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} |