From 9f23f0ab9bf8b0147fe5cabce401bfc70c602a54 Mon Sep 17 00:00:00 2001 From: Jose Gomez Date: Sat, 4 May 2024 16:55:38 +0200 Subject: [PATCH] Update: Python version --- app/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 71354a4..cfba9ab 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,8 @@ -FROM mcr.microsoft.com/vscode/devcontainers/python:3.11 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.12-bookworm + +LABEL org.opencontainers.image.source=https://github.com/nutanixdev/payment-demo-app +LABEL org.opencontainers.image.description="Payment Demo App" +LABEL org.opencontainers.image.licenses=MIT ENV PYTHONUNBUFFERED True