Skip to content

Commit

Permalink
Add Fog Variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-dcl committed Mar 19, 2024
1 parent aab8473 commit 8c57185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/lib/node_modules
ENV PATH $NVM_DIR/versions/node/$NODE_VERSION/bin:$PATH

# Change this value ONLY if we have done breaking changes for every material, doing so is VERY costly
ENV AB_VERSION v12
ENV AB_VERSION_WINDOWS v15
ENV AB_VERSION_MAC v16
ENV AB_VERSION v13
ENV AB_VERSION_WINDOWS v16
ENV AB_VERSION_MAC v17

# NODE_ENV is used to configure some runtime options, like JSON logger
ENV NODE_ENV production
Expand Down

0 comments on commit 8c57185

Please sign in to comment.