From b3d6d91fed4e5b8424e1af9cadb2af5b6cd8162f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Oct 2021 06:12:45 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.10 --- .gitlab-ci.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72d81d206..d628e5b03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.9 +image: python:3.10 stages: - deploy diff --git a/Dockerfile b/Dockerfile index 9bfdd2a01..72f3cfd39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM python:3.9-alpine AS build +FROM python:3.10-alpine AS build WORKDIR /opt/python-gitlab COPY . . RUN python setup.py bdist_wheel -FROM python:3.9-alpine +FROM python:3.10-alpine WORKDIR /opt/python-gitlab COPY --from=build /opt/python-gitlab/dist dist/ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy