summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2022-04-18 13:35:50 -0700
committerClark Boylan <cboylan@sapwetik.org>2022-04-19 17:28:49 +0000
commit2c8e6764cc40ff95ace8f9903c444c9c6cc05eb1 (patch)
treee53c084658eb7a8c9c8bc2d1ae6e18f2095879e5 /Dockerfile
parentaa21a0c61b1b665714f5b6e55ec202db9ddc22f1 (diff)
downloadgear-2c8e6764cc40ff95ace8f9903c444c9c6cc05eb1.tar.gz
Update the docker image to python3.9 and buster
This is long overdue now that buster is out and python3.9 has been around for a bit. This update allows us to remove the buster 3.7 images that the gear images were based on. Depends-On: https://review.opendev.org/c/opendev/gear/+/838562 Change-Id: I8d57c06fe28276d6e15934a785b1f97125f0958f
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 13a86af..3c75b9f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM opendevorg/python-builder as builder
+FROM opendevorg/python-builder:3.9-bullseye as builder
COPY . /tmp/src
RUN assemble
-FROM opendevorg/python-base as geard
+FROM opendevorg/python-base:3.9-bullseye as geard
COPY --from=builder /output/ /output
RUN /output/install-from-bindep