Эх сурвалжийг харах

Dockerfile for app: re-declare ARG OPEN_DEVIN_BUILD_VERSION (#3257)

tobitege 1 жил өмнө
parent
commit
f561b48f03

+ 2 - 0
containers/app/Dockerfile

@@ -32,6 +32,8 @@ FROM python:3.12.3-slim AS runtime
 
 
 WORKDIR /app
 WORKDIR /app
 
 
+ARG OPEN_DEVIN_BUILD_VERSION #re-declare for this section
+
 ENV RUN_AS_DEVIN=true
 ENV RUN_AS_DEVIN=true
 # A random number--we need this to be different from the user's UID on the host machine
 # A random number--we need this to be different from the user's UID on the host machine
 ENV OPENDEVIN_USER_ID=42420
 ENV OPENDEVIN_USER_ID=42420