Skip to content

Commit

Permalink
Debug dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Sep 12, 2023
1 parent 8d75cf6 commit 28bf3aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ARG BUILD_BASE_IMAGE_TAG=${ELIXIR_VER}-erlang-${OTP_VER}-${BASE_OS}-${BUILD_OS_V

# Base for final prod image
ARG PROD_BASE_IMAGE_NAME=${PUBLIC_REGISTRY}${BASE_OS}
ARG PROD_BASE_IMAGE_TAG=$PROD_OS_VER
# ARG PROD_BASE_IMAGE_TAG=$PROD_OS_VER
ARG PROD_BASE_IMAGE_TAG=bullseye-slim

# Intermediate image for files copied to prod
ARG INSTALL_BASE_IMAGE_NAME=$PROD_BASE_IMAGE_NAME
Expand Down

0 comments on commit 28bf3aa

Please sign in to comment.