From 195f7f44a33ecb05787535b45ee56c7d388a66f1 Mon Sep 17 00:00:00 2001 From: Jintao Hang Date: Thu, 12 Jan 2023 14:56:42 -0500 Subject: [PATCH 1/2] UN-7712-python3.8.10 --- Dockerfile | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12092b7..f4bb998 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ - -FROM unionpos/python:3.6.8 +FROM unionpos/python:3.8.10 ENV COUCHBASE_PKG "couchbase-release-1.0-2-amd64.deb" ENV MYSQL_PKG "mysql-apt-config_0.8.9-1_all.deb" diff --git a/Makefile b/Makefile index da4296a..6247e5a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export DOCKER_ORG ?= unionpos export DOCKER_IMAGE ?= $(DOCKER_ORG)/application -export DOCKER_TAG ?= 20200210 +export DOCKER_TAG ?= 20230111 export DOCKER_IMAGE_NAME ?= $(DOCKER_IMAGE):$(DOCKER_TAG) export DOCKER_BUILD_FLAGS = From c9a460aed36b179ef621f08031ed68051cbbff3f Mon Sep 17 00:00:00 2001 From: Jintao Hang Date: Tue, 31 Jan 2023 16:22:02 -0600 Subject: [PATCH 2/2] UN-7712-updating-3.8.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4bb998..7a1d594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM unionpos/python:3.8.10 +FROM unionpos/python:3.8.11 ENV COUCHBASE_PKG "couchbase-release-1.0-2-amd64.deb" ENV MYSQL_PKG "mysql-apt-config_0.8.9-1_all.deb"