summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
authorThomas Goirand <zigo@debian.org>2023-09-17 12:43:02 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2023-09-17 16:26:29 +0000
commitdb2f8cd4c09d49e98a5ab7b86903ccd50307d1e0 (patch)
tree875b320c4b00f158d92ffb0e2b24005d73368077 /Dockerfile
parentb70a05ce625b74954c18173db16fb83d29055a28 (diff)
6.3.0-1 (patches unapplied)import/6.3.0-1
Imported using git-ubuntu import.
Notes
Notes: * New upstream release. * Fixed (build-)depends for this release.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 90f7fd3..9f6dcd8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM docker.io/opendevorg/python-builder:3.9 as builder
+FROM docker.io/opendevorg/python-builder:3.10-bookworm as builder
COPY . /tmp/src
RUN assemble
-FROM docker.io/opendevorg/python-base:3.9
+FROM docker.io/opendevorg/python-base:3.10-bookworm
COPY --from=builder /output/ /output
RUN /output/install-from-bindep