Skip to content

Commit

Permalink
Update: Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pipoe2h committed May 4, 2024
1 parent 1588990 commit 9f23f0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9f23f0a

Please sign in to comment.