Created
          March 8, 2023 20:15 
        
      - 
      
- 
        Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ARG IMAGE_VARIANT=slim-buster | |
| ARG OPENJDK_VERSION=8 | |
| ARG PYTHON_VERSION=3.9.8 | |
| FROM python:${PYTHON_VERSION}-${IMAGE_VARIANT} AS py3 | |
| FROM openjdk:${OPENJDK_VERSION}-${IMAGE_VARIANT} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment