Skip to content

Commit

Permalink
chore: bump ab version (#155)
Browse files Browse the repository at this point in the history
Bump ab version to v24
  • Loading branch information
davidejensen authored Oct 3, 2024
1 parent 5076cec commit 8aca86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ 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=v13
ENV AB_VERSION_WINDOWS=v23
ENV AB_VERSION_MAC=v23
ENV AB_VERSION_WINDOWS=v24
ENV AB_VERSION_MAC=v24

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

0 comments on commit 8aca86c

Please sign in to comment.