Created
March 8, 2023 20:15
-
-
Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop.
Revisions
-
Mishco created this gist
Mar 8, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 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}