diff --git a/Dockerfile b/Dockerfile index 32514d8..0834c56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=v32 -ENV AB_VERSION_MAC=v32 +ENV AB_VERSION_WINDOWS=v33 +ENV AB_VERSION_MAC=v33 # NODE_ENV is used to configure some runtime options, like JSON logger ENV NODE_ENV=production