Skip to content

Commit 22aabf6

Browse files
committed
upgraded docker image version
1 parent 8c7294f commit 22aabf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/dags/appgen_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
LOG_LEVEL_TYPE = {10: "DEBUG", 20: "INFO"}
4343

4444
# Change this to the Docker image that contains the Application Package Generator
45-
DOCKER_IMAGE = "jplmdps/unity-app-gen:v1.0.0"
45+
DOCKER_IMAGE = "jplmdps/unity-app-gen:v1.1.1"
4646

4747
# Default DAG configuration
4848
dag_default_args = {

0 commit comments

Comments
 (0)