Skip to content

Commit

Permalink
Bump base-image version v1.5 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yushkovskiy authored Apr 3, 2020
2 parents 468e4e1 + 75eac02 commit e2c9356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
BASE_ENV_VERSION=v1.5

##### PATHS #####

DATA_DIR?=data
Expand All @@ -23,7 +25,7 @@ FILEBROWSER_JOB?=filebrowser-$(PROJECT_POSTFIX)

##### ENVIRONMENTS #####

BASE_ENV_NAME?=neuromation/base
BASE_ENV_NAME?=neuromation/base:$(BASE_ENV_VERSION)
CUSTOM_ENV_NAME?=image:neuromation-$(PROJECT_POSTFIX)

##### VARIABLES YOU MAY WANT TO MODIFY #####
Expand Down

0 comments on commit e2c9356

Please sign in to comment.