Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created March 8, 2023 20:15
Show Gist options
  • Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop.
Save Mishco/a092d5706fa2ad3e0edab76cb95a86a9 to your computer and use it in GitHub Desktop.
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